mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Implemented legacy icsneoGetTimeStampForMsg() function call.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
This commit is contained in:
@@ -67,6 +67,10 @@ bool Device::SerialStringIsNumeric(const std::string& serial) {
|
||||
return isdigit(serial[0]) && isdigit(serial[1]);
|
||||
}
|
||||
|
||||
int Device::getTimestampMultiplier() const {
|
||||
return com->decoder->timestampMultiplier;
|
||||
}
|
||||
|
||||
std::string Device::describe() const {
|
||||
std::stringstream ss;
|
||||
ss << getType() << ' ' << getSerial();
|
||||
|
||||
Reference in New Issue
Block a user