mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Update tree structs and add size checks to non-deprecated devices
This commit is contained in:
committed by
Kyle Schwarz
parent
39b54d8c4e
commit
51e4fdc6d9
@@ -32,11 +32,16 @@ typedef struct {
|
||||
// 10T1S
|
||||
ETHERNET_SETTINGS2 ethT1s;
|
||||
ETHERNET10T1S_SETTINGS t1s;
|
||||
// 10T1S Extended Settings
|
||||
ETHERNET10T1S_SETTINGS_EXT t1sExt;
|
||||
RAD_GPTP_SETTINGS gPTP;
|
||||
} radmoont1s_settings_t;
|
||||
#pragma pack(pop)
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
static_assert(sizeof(radmoont1s_settings_t) == 160, "RADMoonT1S settings size mismatch");
|
||||
|
||||
#include <iostream>
|
||||
|
||||
class RADMoonT1SSettings : public IDeviceSettings {
|
||||
|
||||
Reference in New Issue
Block a user