Skyward boardcore
|
#include <stdint.h>
#include <algorithm>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | Boardcore::UBXFrame |
Generic UBX frame. More... | |
struct | Boardcore::UBXAckFrame |
UBX frames UBX-ACK-ACK and UBX-ACK-NAK. More... | |
struct | Boardcore::UBXPvtFrame |
UBX frame UBX-NAV-PVT. More... | |
Namespaces | |
namespace | Boardcore |
This file includes all the types the logdecoder script will decode. | |
Enumerations | |
enum class | Boardcore::UBXMessage : uint16_t { Boardcore::UBX_NAV_PVT = 0x0701 , Boardcore::UBX_ACK_NAK = 0x0005 , Boardcore::UBX_ACK_ACK = 0x0105 , Boardcore::UBX_CFG_PRT = 0x0006 , Boardcore::UBX_CFG_MSG = 0x0106 , Boardcore::UBX_CFG_RST = 0x0406 , Boardcore::UBX_CFG_RATE = 0x0806 , Boardcore::UBX_CFG_NAV5 = 0x2406 } |
UBX messages enumeration. More... | |