#include <ncom_channel_3.H>
Public Member Functions | |
channel_3_t (packet_t const *packet) | |
double | n_position_accuracy (void) const |
double | e_position_accuracy (void) const |
double | d_position_accuracy (void) const |
unsigned | age (void) const |
bool | position_accuracy_valid (void) const |
Static Protected Attributes | |
static unsigned const | N_POSITION_ACCURACY_OFFSET = 0 |
static unsigned const | E_POSITION_ACCURACY_OFFSET = 2 |
static unsigned const | D_POSITION_ACCURACY_OFFSET = 4 |
static unsigned const | AGE_OFFSET = 6 |
ncom::channel_3_t::channel_3_t | ( | packet_t const * | packet | ) | [inline] |
References ncom::packet_t::channel().
unsigned ncom::channel_3_t::age | ( | void | ) | const [inline] |
References AGE_OFFSET, and ncom::channel_t::m_data.
Referenced by channel_3_printer(), cajun::rt3k_udp_t::decode(), and position_accuracy_valid().
double ncom::channel_3_t::d_position_accuracy | ( | void | ) | const [inline] |
References D_POSITION_ACCURACY_OFFSET, and ncom::channel_t::m_data.
Referenced by channel_3_printer(), and cajun::rt3k_udp_t::decode().
double ncom::channel_3_t::e_position_accuracy | ( | void | ) | const [inline] |
References E_POSITION_ACCURACY_OFFSET, and ncom::channel_t::m_data.
Referenced by channel_3_printer(), and cajun::rt3k_udp_t::decode().
double ncom::channel_3_t::n_position_accuracy | ( | void | ) | const [inline] |
References ncom::channel_t::m_data, and N_POSITION_ACCURACY_OFFSET.
Referenced by channel_3_printer(), and cajun::rt3k_udp_t::decode().
bool ncom::channel_3_t::position_accuracy_valid | ( | void | ) | const [inline] |
References age().
Referenced by channel_3_printer(), and cajun::rt3k_udp_t::decode().
unsigned const ncom::channel_3_t::AGE_OFFSET = 6 [static, protected] |
Referenced by age().
unsigned const ncom::channel_3_t::D_POSITION_ACCURACY_OFFSET = 4 [static, protected] |
Referenced by d_position_accuracy().
unsigned const ncom::channel_3_t::E_POSITION_ACCURACY_OFFSET = 2 [static, protected] |
Referenced by e_position_accuracy().
unsigned const ncom::channel_3_t::N_POSITION_ACCURACY_OFFSET = 0 [static, protected] |
Referenced by n_position_accuracy().