#include <UBX_cfg.hh>
Definition at line 189 of file UBX_cfg.hh.
UBX::Cfg::Msg::Msg |
( |
uint8_t |
m_cls, |
|
|
uint8_t |
m_id, |
|
|
uint8_t |
rates[6] |
|
) |
| |
|
inline |
Constructor for setting rates on all six ports.
- Parameters
-
Definition at line 204 of file UBX_cfg.hh.
UBX::Cfg::Msg::Msg |
( |
uint8_t |
m_cls, |
|
|
uint8_t |
m_id, |
|
|
uint8_t |
rate |
|
) |
| |
|
inline |
Constructor for setting rate on current port.
- Parameters
-
Definition at line 217 of file UBX_cfg.hh.
UBX::Cfg::Msg::Msg |
( |
unsigned char * |
payload, |
|
|
Length |
len |
|
) |
| |
Constructor from a binary buffer.
Definition at line 102 of file UBX_cfg.cc.
const bool UBX::Cfg::Msg::is_current_port |
( |
void |
| ) |
const |
|
inline |
const uint8_t UBX::Cfg::Msg::message_class |
( |
void |
| ) |
const |
|
inline |
const uint8_t UBX::Cfg::Msg::message_id |
( |
void |
| ) |
const |
|
inline |
const uint8_t UBX::Cfg::Msg::rate |
( |
void |
| ) |
const |
|
inline |
const uint8_t UBX::Cfg::Msg::rate |
( |
PortID |
p | ) |
const |
|
inline |
void UBX::Cfg::Msg::set_message_class |
( |
uint8_t |
val | ) |
|
|
inline |
void UBX::Cfg::Msg::set_message_id |
( |
uint8_t |
val | ) |
|
|
inline |
void UBX::Cfg::Msg::set_rate |
( |
uint8_t |
r | ) |
|
|
inline |
void UBX::Cfg::Msg::set_rate |
( |
PortID |
p, |
|
|
uint8_t |
r |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: