MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
Modules | |
(0x13,0x01) Frame Config | |
Defines an aiding frame associated with a specific sensor frame ID. The frame ID used in this command should mirror the frame ID used in the aiding command (if that aiding measurement is measured in this reference frame). | |
(0x13,0x1F) Echo Control | |
Controls command response behavior to external aiding commands. | |
(0x13,0x21) Pos Ecef | |
Cartesian vector position aiding command. Coordinates are given in the WGS84 ECEF system. | |
(0x13,0x22) Pos Llh | |
Geodetic position aiding command. Coordinates are given in WGS84 geodetic latitude, longitude, and height above the ellipsoid. Uncertainty is given in NED coordinates, which are parallel to incremental changes in latitude, longitude, and height. | |
(0x13,0x23) Height Above Ellipsoid | |
Estimated value of the height above ellipsoid. | |
(0x13,0x28) Vel Ecef | |
ECEF velocity aiding command. Coordinates are given in the WGS84 ECEF frame. | |
(0x13,0x29) Vel Ned | |
NED velocity aiding command. Coordinates are given in the local North-East-Down frame. | |
(0x13,0x2A) Vel Body Frame | |
Estimated of velocity of the vehicle in the frame associated with the given sensor ID, relative to the vehicle frame. | |
(0x13,0x31) Heading True | |
(0x13,0x32) Magnetic Field | |
Estimate of magnetic field in the frame associated with the given sensor ID. | |
(0x13,0x33) Pressure | |
Estimated value of air pressure. | |
Classes | |
struct | mip::C::mip_time |
Typedefs | |
typedef enum mip_time_timebase | mip::C::mip_time_timebase |
typedef struct mip_time | mip::C::mip_time |
Functions | |
void | mip::C::insert_mip_time (microstrain_serializer *serializer, const mip_time *self) |
void | mip::C::extract_mip_time (microstrain_serializer *serializer, mip_time *self) |
typedef struct mip_time mip::C::mip_time |
typedef enum mip_time_timebase mip::C::mip_time_timebase |
anonymous enum |
void mip::C::extract_mip_time | ( | microstrain_serializer * | serializer, |
mip_time * | self | ||
) |
void mip::C::insert_mip_time | ( | microstrain_serializer * | serializer, |
const mip_time * | self | ||
) |