MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Modules | Enumerations
System Data

Modules

 (0xA0,0x01) Built In Test
 Contains the continuous built-in-test (BIT) results.
 
 (0xA0,0x02) Time Sync Status
 Indicates whether a sync has been achieved using the PPS signal.
 
 (0xA0,0x03) Gpio State
 Indicates the state of all of the user GPIO pins.
 
 (0xA0,0x04) Gpio Analog Value
 Indicates the analog value of the given user GPIO. The pin must be configured for analog input.
 

Enumerations

enum  {
  mip::data_system::DESCRIPTOR_SET = 0xA0, mip::data_system::DATA_BUILT_IN_TEST = 0x01, mip::data_system::DATA_TIME_SYNC_STATUS = 0x02, mip::data_system::DATA_GPIO_STATE = 0x03,
  mip::data_system::DATA_GPIO_ANALOG_VALUE = 0x04
}
 

Detailed Description

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DESCRIPTOR_SET 
DATA_BUILT_IN_TEST 
DATA_TIME_SYNC_STATUS 
DATA_GPIO_STATE 
DATA_GPIO_ANALOG_VALUE