GNSS receiver tools
1
Tools for use with GNSS receivers
|
Base class for messages that come from the GPS receiver with a sub-ID. More...
#include <SkyTraqBin_outputs_with_subid.hh>
Public Types | |
typedef std::shared_ptr< Output_message_with_subid > | ptr |
Public Member Functions | |
Output_message_with_subid (unsigned char *payload, Payload_length payload_len) | |
Constructor from a binary buffer. More... | |
![]() | |
with_subid (uint8_t subid) | |
Constructor. More... | |
const uint8_t | message_subid (void) const |
Getter method for message sub-ID. More... | |
Additional Inherited Members | |
![]() | |
uint8_t | _msg_subid |
Base class for messages that come from the GPS receiver with a sub-ID.
Definition at line 48 of file SkyTraqBin_outputs_with_subid.hh.
typedef std::shared_ptr<Output_message_with_subid> SkyTraqBin::Output_message_with_subid::ptr |
Definition at line 58 of file SkyTraqBin_outputs_with_subid.hh.
|
inline |
Constructor from a binary buffer.
Definition at line 53 of file SkyTraqBin_outputs_with_subid.hh.