MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Classes | Typedefs | Functions
(0x13,0x32) Magnetic Field

Estimate of magnetic field in the frame associated with the given sensor ID. More...

Classes

struct  mip::C::mip_aiding_magnetic_field_command
 

Typedefs

typedef uint16_t mip::C::mip_aiding_magnetic_field_command_valid_flags
 
typedef struct mip_aiding_magnetic_field_command mip::C::mip_aiding_magnetic_field_command
 

Functions

void mip::C::insert_mip_aiding_magnetic_field_command (microstrain_serializer *serializer, const mip_aiding_magnetic_field_command *self)
 
void mip::C::extract_mip_aiding_magnetic_field_command (microstrain_serializer *serializer, mip_aiding_magnetic_field_command *self)
 
mip_cmd_result mip::C::mip_aiding_magnetic_field (mip_interface *device, const mip_time *time, uint8_t frame_id, const float *magnetic_field, const float *uncertainty, mip_aiding_magnetic_field_command_valid_flags valid_flags)
 

Detailed Description

Estimate of magnetic field in the frame associated with the given sensor ID.

Typedef Documentation

◆ mip_aiding_magnetic_field_command

◆ mip_aiding_magnetic_field_command_valid_flags

Function Documentation

◆ extract_mip_aiding_magnetic_field_command()

void mip::C::extract_mip_aiding_magnetic_field_command ( microstrain_serializer serializer,
mip_aiding_magnetic_field_command self 
)

◆ insert_mip_aiding_magnetic_field_command()

void mip::C::insert_mip_aiding_magnetic_field_command ( microstrain_serializer serializer,
const mip_aiding_magnetic_field_command self 
)

◆ mip_aiding_magnetic_field()

mip_cmd_result mip::C::mip_aiding_magnetic_field ( mip_interface device,
const mip_time time,
uint8_t  frame_id,
const float *  magnetic_field,
const float *  uncertainty,
mip_aiding_magnetic_field_command_valid_flags  valid_flags 
)