mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Communication: Add NeoVI timestamps
This commit is contained in:
@@ -273,7 +273,7 @@ bool Decoder::decode(std::shared_ptr<Message>& result, const std::shared_ptr<Pac
|
||||
result = can;
|
||||
}
|
||||
|
||||
result->timestamp *= timestampResolution;
|
||||
result->timestamp = can->timestamp * timestampResolution;
|
||||
return true;
|
||||
}
|
||||
case Network::NetID::DeviceStatus: {
|
||||
|
||||
Reference in New Issue
Block a user