MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0x0F,0x21) Led Control

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)
 

Detailed Description

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 Documentation

◆ mip_rtk_led_control_command

Function Documentation

◆ extract_mip_rtk_led_control_command()

void mip::C::extract_mip_rtk_led_control_command ( microstrain_serializer serializer,
mip_rtk_led_control_command self 
)

◆ insert_mip_rtk_led_control_command()

void mip::C::insert_mip_rtk_led_control_command ( microstrain_serializer serializer,
const mip_rtk_led_control_command self 
)

◆ mip_rtk_led_control()

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 
)