GNSS receiver tools
1
Tools for use with GNSS receivers
|
SUBFRAME - Sub frame buffer data. More...
#include <SkyTraqBin_outputs.hh>
Public Member Functions | |
GPS_subframe_data (unsigned char *payload, Payload_length payload_len) | |
Constructor from a binary buffer. More... | |
const uint8_t | PRN (void) const |
const uint8_t | subframe_num (void) const |
const uint8_t * | bytes (void) const |
const uint8_t | byte (int i) const |
template<typename T > | |
const T | data (uint8_t start, uint8_t len=sizeof(T)*8) const |
Extract arbitrary bits from the subframe buffer. More... | |
Additional Inherited Members |
SUBFRAME - Sub frame buffer data.
Periodic message only on NavSpark-Raws
Definition at line 618 of file SkyTraqBin_outputs.hh.
SkyTraqBin::GPS_subframe_data::GPS_subframe_data | ( | unsigned char * | payload, |
Payload_length | payload_len | ||
) |
Constructor from a binary buffer.
Definition at line 277 of file SkyTraqBin_outputs.cc.
|
inline |
Definition at line 630 of file SkyTraqBin_outputs.hh.
|
inline |
Definition at line 629 of file SkyTraqBin_outputs.hh.
|
inline |
Extract arbitrary bits from the subframe buffer.
start | Bit index to start at |
len | Number of bits to extract, defaults to size of template argument |
Definition at line 642 of file SkyTraqBin_outputs.hh.
|
inline |
Definition at line 627 of file SkyTraqBin_outputs.hh.
|
inline |
Definition at line 628 of file SkyTraqBin_outputs.hh.