mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Message: Create a type system so non-frame data can be represented
This change breaks existing code, hence the version bump, but it's going to be much less error prone going forward.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace icsneo {
|
||||
|
||||
class FlexRayMessage : public Message {
|
||||
class FlexRayMessage : public Frame {
|
||||
public:
|
||||
uint16_t slotid = 0;
|
||||
double tsslen = 0;
|
||||
|
||||
Reference in New Issue
Block a user