|
MIP_SDK
v4.0.0-237-g9879cb72
MicroStrain Communications Library for embedded systems
|
Classes | |
| struct | mip::C::mip_3dm_get_event_trigger_status_command_entry |
| struct | mip::C::mip_3dm_get_event_trigger_status_command |
| struct | mip::C::mip_3dm_get_event_trigger_status_response |
Variables | |
| static const mip_3dm_get_event_trigger_status_command_status | mip::C::MIP_3DM_GET_EVENT_TRIGGER_STATUS_COMMAND_STATUS_NONE = 0x00 |
| static const mip_3dm_get_event_trigger_status_command_status | mip::C::MIP_3DM_GET_EVENT_TRIGGER_STATUS_COMMAND_STATUS_ACTIVE = 0x01 |
| True if the trigger is currently active (either due to its logic or being in test mode). More... | |
| static const mip_3dm_get_event_trigger_status_command_status | mip::C::MIP_3DM_GET_EVENT_TRIGGER_STATUS_COMMAND_STATUS_ENABLED = 0x02 |
| True if the trigger is enabled. More... | |
| static const mip_3dm_get_event_trigger_status_command_status | mip::C::MIP_3DM_GET_EVENT_TRIGGER_STATUS_COMMAND_STATUS_TEST = 0x04 |
| True if the trigger is in test mode. More... | |
| static const mip_3dm_get_event_trigger_status_command_status | mip::C::MIP_3DM_GET_EVENT_TRIGGER_STATUS_COMMAND_STATUS_ALL = 0x07 |
| typedef uint8_t mip::C::mip_3dm_get_event_trigger_status_command_status |
| typedef struct mip_3dm_get_event_trigger_status_command_entry mip::C::mip_3dm_get_event_trigger_status_command_entry |
| typedef struct mip_3dm_get_event_trigger_status_command mip::C::mip_3dm_get_event_trigger_status_command |
| typedef struct mip_3dm_get_event_trigger_status_response mip::C::mip_3dm_get_event_trigger_status_response |
|
inlinestatic |
|
inlinestatic |
| void mip::C::insert_mip_3dm_get_event_trigger_status_command_entry | ( | microstrain_serializer * | serializer, |
| const mip_3dm_get_event_trigger_status_command_entry * | self | ||
| ) |
| void mip::C::extract_mip_3dm_get_event_trigger_status_command_entry | ( | microstrain_serializer * | serializer, |
| mip_3dm_get_event_trigger_status_command_entry * | self | ||
| ) |
| void mip::C::insert_mip_3dm_get_event_trigger_status_command | ( | microstrain_serializer * | serializer, |
| const mip_3dm_get_event_trigger_status_command * | self | ||
| ) |
| void mip::C::extract_mip_3dm_get_event_trigger_status_command | ( | microstrain_serializer * | serializer, |
| mip_3dm_get_event_trigger_status_command * | self | ||
| ) |
| void mip::C::insert_mip_3dm_get_event_trigger_status_response | ( | microstrain_serializer * | serializer, |
| const mip_3dm_get_event_trigger_status_response * | self | ||
| ) |
| void mip::C::extract_mip_3dm_get_event_trigger_status_response | ( | microstrain_serializer * | serializer, |
| mip_3dm_get_event_trigger_status_response * | self | ||
| ) |
| mip_cmd_result mip::C::mip_3dm_get_event_trigger_status | ( | mip_interface * | device, |
| uint8_t | requested_count, | ||
| const uint8_t * | requested_instances, | ||
| uint8_t * | count_out, | ||
| uint8_t | count_out_max, | ||
| mip_3dm_get_event_trigger_status_command_entry * | triggers_out | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.17