mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Merge remote-tracking branch 'drebbe-intrepid/master' into timestamp
This commit is contained in:
@@ -12,6 +12,7 @@ public:
|
||||
Network network;
|
||||
std::vector<uint8_t> data;
|
||||
uint64_t timestamp = 0;
|
||||
int timestampMultiplier = 0;
|
||||
uint16_t description = 0;
|
||||
bool transmitted = false;
|
||||
bool error = false;
|
||||
|
||||
@@ -108,7 +108,8 @@ typedef struct {
|
||||
uint8_t header[4];
|
||||
uint16_t netid;
|
||||
uint8_t type;
|
||||
uint8_t reserved[17];
|
||||
uint8_t reserved[15];
|
||||
uint16_t timestampMultiplier;
|
||||
} neomessage_t; // 72 bytes total
|
||||
// Any time you add another neomessage_*_t type, make sure to add it to the static_asserts below!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user