MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Modules | |
(0xFF,0xD0) Event Source | |
Identifies which event trigger caused this packet to be emitted. | |
(0xFF,0xD1) Ticks | |
Time since powerup in multiples of the base rate. | |
(0xFF,0xD2) Delta Ticks | |
Ticks since the last output of this field. | |
(0xFF,0xD3) Gps Timestamp | |
Outputs the current GPS system time in time-of-week and week number format. | |
(0xFF,0xD4) Delta Time | |
Time in the synchronized clock domain since the last output of this field within the same descriptor set and event instance. | |
(0xFF,0xD5) Reference Timestamp | |
Internal reference timestamp. | |
(0xFF,0xD6) Reference Time Delta | |
Delta time since the last packet. | |
(0xFF,0xD7) External Timestamp | |
External timestamp in nanoseconds. | |
(0xFF,0xD8) External Time Delta | |
Delta time since the last packet containing delta external (0xFF,0xD4) or delta gps time (0xFF,0xD8). | |
Enumerations | |
enum | { mip::C::MIP_SHARED_DATA_DESC_SET = 0xFF, mip::C::MIP_DATA_DESC_SHARED_EVENT_SOURCE = 0xD0, mip::C::MIP_DATA_DESC_SHARED_TICKS = 0xD1, mip::C::MIP_DATA_DESC_SHARED_DELTA_TICKS = 0xD2, mip::C::MIP_DATA_DESC_SHARED_GPS_TIME = 0xD3, mip::C::MIP_DATA_DESC_SHARED_DELTA_TIME = 0xD4, mip::C::MIP_DATA_DESC_SHARED_REFERENCE_TIME = 0xD5, mip::C::MIP_DATA_DESC_SHARED_REF_TIME_DELTA = 0xD6, mip::C::MIP_DATA_DESC_SHARED_EXTERNAL_TIME = 0xD7, mip::C::MIP_DATA_DESC_SHARED_SYS_TIME_DELTA = 0xD8, mip::C::MIP_DATA_DESC_SHARED_DEBUG_TICKS = 0xFF } |
enum | { mip::C::MIP_DATA_DESC_SHARED_START = 0xD0 } |
anonymous enum |