MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0x0C,0x2F) Event Action [C]
Collaboration diagram for (0x0C,0x2F) Event Action [C]:

Classes

struct  mip::C::mip_3dm_event_action_command_gpio_params
 
struct  mip::C::mip_3dm_event_action_command_message_params
 
union  mip::C::mip_3dm_event_action_command_parameters
 
struct  mip::C::mip_3dm_event_action_command
 
struct  mip::C::mip_3dm_event_action_response
 

Typedefs

typedef uint8_t mip::C::mip_3dm_event_action_command_gpio_params_mode
 
typedef struct mip_3dm_event_action_command_gpio_params mip::C::mip_3dm_event_action_command_gpio_params
 
typedef struct mip_3dm_event_action_command_message_params mip::C::mip_3dm_event_action_command_message_params
 
typedef uint8_t mip::C::mip_3dm_event_action_command_type
 
typedef union mip_3dm_event_action_command_parameters mip::C::mip_3dm_event_action_command_parameters
 
typedef struct mip_3dm_event_action_command mip::C::mip_3dm_event_action_command
 
typedef struct mip_3dm_event_action_response mip::C::mip_3dm_event_action_response
 

Functions

void mip::C::insert_mip_3dm_event_action_command (mip_serializer *serializer, const mip_3dm_event_action_command *self)
 
void mip::C::extract_mip_3dm_event_action_command (mip_serializer *serializer, mip_3dm_event_action_command *self)
 
void mip::C::insert_mip_3dm_event_action_command_gpio_params (mip_serializer *serializer, const mip_3dm_event_action_command_gpio_params *self)
 
void mip::C::extract_mip_3dm_event_action_command_gpio_params (mip_serializer *serializer, mip_3dm_event_action_command_gpio_params *self)
 
void mip::C::insert_mip_3dm_event_action_command_gpio_params_mode (struct mip_serializer *serializer, const mip_3dm_event_action_command_gpio_params_mode self)
 
void mip::C::extract_mip_3dm_event_action_command_gpio_params_mode (struct mip_serializer *serializer, mip_3dm_event_action_command_gpio_params_mode *self)
 
void mip::C::insert_mip_3dm_event_action_command_message_params (mip_serializer *serializer, const mip_3dm_event_action_command_message_params *self)
 
void mip::C::extract_mip_3dm_event_action_command_message_params (mip_serializer *serializer, mip_3dm_event_action_command_message_params *self)
 
void mip::C::insert_mip_3dm_event_action_command_type (struct mip_serializer *serializer, const mip_3dm_event_action_command_type self)
 
void mip::C::extract_mip_3dm_event_action_command_type (struct mip_serializer *serializer, mip_3dm_event_action_command_type *self)
 
void mip::C::insert_mip_3dm_event_action_response (mip_serializer *serializer, const mip_3dm_event_action_response *self)
 
void mip::C::extract_mip_3dm_event_action_response (mip_serializer *serializer, mip_3dm_event_action_response *self)
 
mip_cmd_result mip::C::mip_3dm_write_event_action (struct mip_interface *device, uint8_t instance, uint8_t trigger, mip_3dm_event_action_command_type type, const mip_3dm_event_action_command_parameters *parameters)
 
mip_cmd_result mip::C::mip_3dm_read_event_action (struct mip_interface *device, uint8_t instance, uint8_t *trigger_out, mip_3dm_event_action_command_type *type_out, mip_3dm_event_action_command_parameters *parameters_out)
 
mip_cmd_result mip::C::mip_3dm_save_event_action (struct mip_interface *device, uint8_t instance)
 
mip_cmd_result mip::C::mip_3dm_load_event_action (struct mip_interface *device, uint8_t instance)
 
mip_cmd_result mip::C::mip_3dm_default_event_action (struct mip_interface *device, uint8_t instance)
 

Detailed Description

Configures various types of event actions.

Typedef Documentation

◆ mip_3dm_event_action_command

◆ mip_3dm_event_action_command_gpio_params

◆ mip_3dm_event_action_command_gpio_params_mode

◆ mip_3dm_event_action_command_message_params

◆ mip_3dm_event_action_command_parameters

◆ mip_3dm_event_action_command_type

◆ mip_3dm_event_action_response

Function Documentation

◆ extract_mip_3dm_event_action_command()

void mip::C::extract_mip_3dm_event_action_command ( mip_serializer serializer,
mip_3dm_event_action_command self 
)

◆ extract_mip_3dm_event_action_command_gpio_params()

void mip::C::extract_mip_3dm_event_action_command_gpio_params ( mip_serializer serializer,
mip_3dm_event_action_command_gpio_params self 
)

◆ extract_mip_3dm_event_action_command_gpio_params_mode()

void mip::C::extract_mip_3dm_event_action_command_gpio_params_mode ( struct mip_serializer serializer,
mip_3dm_event_action_command_gpio_params_mode self 
)

◆ extract_mip_3dm_event_action_command_message_params()

void mip::C::extract_mip_3dm_event_action_command_message_params ( mip_serializer serializer,
mip_3dm_event_action_command_message_params self 
)

◆ extract_mip_3dm_event_action_command_type()

void mip::C::extract_mip_3dm_event_action_command_type ( struct mip_serializer serializer,
mip_3dm_event_action_command_type self 
)

◆ extract_mip_3dm_event_action_response()

void mip::C::extract_mip_3dm_event_action_response ( mip_serializer serializer,
mip_3dm_event_action_response self 
)

◆ insert_mip_3dm_event_action_command()

void mip::C::insert_mip_3dm_event_action_command ( mip_serializer serializer,
const mip_3dm_event_action_command self 
)

◆ insert_mip_3dm_event_action_command_gpio_params()

void mip::C::insert_mip_3dm_event_action_command_gpio_params ( mip_serializer serializer,
const mip_3dm_event_action_command_gpio_params self 
)

◆ insert_mip_3dm_event_action_command_gpio_params_mode()

void mip::C::insert_mip_3dm_event_action_command_gpio_params_mode ( struct mip_serializer serializer,
const mip_3dm_event_action_command_gpio_params_mode  self 
)

◆ insert_mip_3dm_event_action_command_message_params()

void mip::C::insert_mip_3dm_event_action_command_message_params ( mip_serializer serializer,
const mip_3dm_event_action_command_message_params self 
)

◆ insert_mip_3dm_event_action_command_type()

void mip::C::insert_mip_3dm_event_action_command_type ( struct mip_serializer serializer,
const mip_3dm_event_action_command_type  self 
)

◆ insert_mip_3dm_event_action_response()

void mip::C::insert_mip_3dm_event_action_response ( mip_serializer serializer,
const mip_3dm_event_action_response self 
)

◆ mip_3dm_default_event_action()

mip_cmd_result mip::C::mip_3dm_default_event_action ( struct mip_interface device,
uint8_t  instance 
)

◆ mip_3dm_load_event_action()

mip_cmd_result mip::C::mip_3dm_load_event_action ( struct mip_interface device,
uint8_t  instance 
)

◆ mip_3dm_read_event_action()

mip_cmd_result mip::C::mip_3dm_read_event_action ( struct mip_interface device,
uint8_t  instance,
uint8_t *  trigger_out,
mip_3dm_event_action_command_type type_out,
mip_3dm_event_action_command_parameters parameters_out 
)

◆ mip_3dm_save_event_action()

mip_cmd_result mip::C::mip_3dm_save_event_action ( struct mip_interface device,
uint8_t  instance 
)

◆ mip_3dm_write_event_action()

mip_cmd_result mip::C::mip_3dm_write_event_action ( struct mip_interface device,
uint8_t  instance,
uint8_t  trigger,
mip_3dm_event_action_command_type  type,
const mip_3dm_event_action_command_parameters parameters 
)