MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Modules | Enumerations
Shared Data

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::data_shared::DESCRIPTOR_SET = 0xFF, mip::data_shared::DATA_EVENT_SOURCE = 0xD0, mip::data_shared::DATA_TICKS = 0xD1, mip::data_shared::DATA_DELTA_TICKS = 0xD2,
  mip::data_shared::DATA_GPS_TIME = 0xD3, mip::data_shared::DATA_DELTA_TIME = 0xD4, mip::data_shared::DATA_REFERENCE_TIME = 0xD5, mip::data_shared::DATA_REF_TIME_DELTA = 0xD6,
  mip::data_shared::DATA_EXTERNAL_TIME = 0xD7, mip::data_shared::DATA_SYS_TIME_DELTA = 0xD8, mip::data_shared::DATA_DEBUG_TICKS = 0xFF
}
 

Detailed Description

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DESCRIPTOR_SET 
DATA_EVENT_SOURCE 
DATA_TICKS 
DATA_DELTA_TICKS 
DATA_GPS_TIME 
DATA_DELTA_TIME 
DATA_REFERENCE_TIME 
DATA_REF_TIME_DELTA 
DATA_EXTERNAL_TIME 
DATA_SYS_TIME_DELTA 
DATA_DEBUG_TICKS