BSP430
20141115
Board Support Package for MSP430 microcontrollers
|
#include <bsp430/sensors/skytraq.h>
Data Fields | |
struct sSkyTraqMsg_GENERIC | generic |
char | nmea [1] |
uSkyTraqMsgIn | in |
uSkyTraqMsgOut | out |
A union for access to specific SkyTraq Venus 6 binary messages content from a generic buffer. Acccess generic.mid
to identify the contents, then access the specific union field.
struct sSkyTraqMsg_GENERIC uSkyTraqMsg::generic |
Access to message id regardless of type
uSkyTraqMsgIn uSkyTraqMsg::in |
Access to messages from application to sensor
char uSkyTraqMsg::nmea[1] |
Access to NUL-terminated NMEA message (mid == eSkyTraqMID_NMEA)
uSkyTraqMsgOut uSkyTraqMsg::out |
Access to messages from sensor to application