MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
This command allows direct control of the LED on the 3DM RTK. This command is only available in calibration mode or Production Test Mode. More...
Classes | |
struct | mip::C::mip_rtk_led_control_command |
Typedefs | |
typedef struct mip_rtk_led_control_command | mip::C::mip_rtk_led_control_command |
Functions | |
void | mip::C::insert_mip_rtk_led_control_command (microstrain_serializer *serializer, const mip_rtk_led_control_command *self) |
void | mip::C::extract_mip_rtk_led_control_command (microstrain_serializer *serializer, mip_rtk_led_control_command *self) |
mip_cmd_result | mip::C::mip_rtk_led_control (mip_interface *device, const uint8_t *primary_color, const uint8_t *alt_color, mip_led_action act, uint32_t period) |
This command allows direct control of the LED on the 3DM RTK. This command is only available in calibration mode or Production Test Mode.
typedef struct mip_rtk_led_control_command mip::C::mip_rtk_led_control_command |
void mip::C::extract_mip_rtk_led_control_command | ( | microstrain_serializer * | serializer, |
mip_rtk_led_control_command * | self | ||
) |
void mip::C::insert_mip_rtk_led_control_command | ( | microstrain_serializer * | serializer, |
const mip_rtk_led_control_command * | self | ||
) |
mip_cmd_result mip::C::mip_rtk_led_control | ( | mip_interface * | device, |
const uint8_t * | primary_color, | ||
const uint8_t * | alt_color, | ||
mip_led_action | act, | ||
uint32_t | period | ||
) |