GNSS receiver tools
1
Tools for use with GNSS receivers
|
Base class for messages that come from the GPS receiver. More...
#include <SkyTraqBin.hh>
Public Types | |
typedef std::shared_ptr< Output_message > | ptr |
Public Member Functions | |
Output_message (unsigned char *payload, Payload_length payload_len) | |
Constructor from a binary buffer. More... | |
Additional Inherited Members |
Base class for messages that come from the GPS receiver.
Definition at line 107 of file SkyTraqBin.hh.
typedef std::shared_ptr<Output_message> SkyTraqBin::Output_message::ptr |
Definition at line 120 of file SkyTraqBin.hh.
|
inline |
Constructor from a binary buffer.
payload | Pointer to start of payload |
payload_len | Length of payload |
Definition at line 116 of file SkyTraqBin.hh.