PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <ubx.h>
Public Attributes | |
uint8_t | version |
Message version, set to 0. More... | |
uint8_t | layers |
The layers where the configuration should be applied (. More... | |
uint8_t | reserved1 [2] |
uint8_t | cfgData |
configuration data (key and value pairs, max 64) More... | |
uint8_t ubx_payload_tx_cfg_valset_t::cfgData |
configuration data (key and value pairs, max 64)
Definition at line 618 of file ubx.h.
Referenced by GPSDriverUBX::initCfgValset().
uint8_t ubx_payload_tx_cfg_valset_t::layers |
The layers where the configuration should be applied (.
Definition at line 616 of file ubx.h.
Referenced by GPSDriverUBX::initCfgValset().
uint8_t ubx_payload_tx_cfg_valset_t::version |