Lists the available trigger or action types.
More...
|
void | mip::C::insert_mip_3dm_get_event_support_command_info (microstrain_serializer *serializer, const mip_3dm_get_event_support_command_info *self) |
|
void | mip::C::extract_mip_3dm_get_event_support_command_info (microstrain_serializer *serializer, mip_3dm_get_event_support_command_info *self) |
|
void | mip::C::insert_mip_3dm_get_event_support_command (microstrain_serializer *serializer, const mip_3dm_get_event_support_command *self) |
|
void | mip::C::extract_mip_3dm_get_event_support_command (microstrain_serializer *serializer, mip_3dm_get_event_support_command *self) |
|
void | mip::C::insert_mip_3dm_get_event_support_response (microstrain_serializer *serializer, const mip_3dm_get_event_support_response *self) |
|
void | mip::C::extract_mip_3dm_get_event_support_response (microstrain_serializer *serializer, mip_3dm_get_event_support_response *self) |
|
mip_cmd_result | mip::C::mip_3dm_get_event_support (mip_interface *device, mip_3dm_get_event_support_command_query query, uint8_t *max_instances_out, uint8_t *num_entries_out, uint8_t num_entries_out_max, mip_3dm_get_event_support_command_info *entries_out) |
|
Lists the available trigger or action types.
There are a limited number of trigger and action slots available in the device. Up to M triggers and N actions can be configured at once in slots 1..M and 1..N respectively. M and N are identified by the max_instances field in the response with the appropriate query selector.
Each slot can be configured as one of a variety of different types of triggers or actions. The supported types are enumerated in the response to this command. Additionally, there is a limit on the number of a given type. In other words, while the device may support M triggers in total, only a few of them maybe usable as a given type. This limit helps optimize device resources. The limit is identified in the count field.
All of the information in this command is available in the user manual. This command provides a programmatic method for obtaining the information.
◆ mip_3dm_get_event_support_command
◆ mip_3dm_get_event_support_command_info
◆ mip_3dm_get_event_support_command_query
◆ mip_3dm_get_event_support_response
◆ mip_3dm_get_event_support_command_query
Enumerator |
---|
MIP_3DM_GET_EVENT_SUPPORT_COMMAND_QUERY_TRIGGER_TYPES | Query the supported trigger types and max count for each.
|
MIP_3DM_GET_EVENT_SUPPORT_COMMAND_QUERY_ACTION_TYPES | Query the supported action types and max count for each.
|
◆ extract_mip_3dm_get_event_support_command()
◆ extract_mip_3dm_get_event_support_command_info()
◆ extract_mip_3dm_get_event_support_response()
◆ insert_mip_3dm_get_event_support_command()
◆ insert_mip_3dm_get_event_support_command_info()
◆ insert_mip_3dm_get_event_support_response()
◆ mip_3dm_get_event_support()