Public Member Functions | |
const uint8_t * | getMessageData (size_t offset) const |
size_t | getMessageDataLength () const |
Oem7MessageFormat | getMessageFormat () const |
int | getMessageId () const |
Oem7MessageType | getMessageType () const |
Oem7RawMessage (BaseMessageData *raw_bmd) | |
![]() | |
virtual | ~Oem7RawMessageIf () |
Private Attributes | |
boost::shared_ptr< BaseMessageData > | bmd_ |
binary message obtained from receiver More... | |
Additional Inherited Members | |
![]() | |
typedef boost::shared_ptr< const Oem7RawMessageIf > | ConstPtr |
enum | Oem7MessageFormat { OEM7MSGFMT_UNKNOWN, OEM7MSGFMT_BINARY, OEM7MSGFMT_SHORTBINARY, OEM7MSGFMT_ASCII, OEM7MSGFMT_ABASCII } |
enum | Oem7MessageType { OEM7MSGTYPE_UNKNOWN, OEM7MSGTYPE_LOG, OEM7MSGTYPE_RSP, OOEM7MSGTYPE_CMD } |
A wrapper for BaseMessageData Hides EDIE accessors / data that need not be exposed (yet)
Definition at line 53 of file oem7_message_decoder_lib.cpp.
|
inline |
Definition at line 59 of file oem7_message_decoder_lib.cpp.
|
inlinevirtual |
Implements novatel_oem7::Oem7RawMessageIf.
Definition at line 105 of file oem7_message_decoder_lib.cpp.
|
inlinevirtual |
Implements novatel_oem7::Oem7RawMessageIf.
Definition at line 113 of file oem7_message_decoder_lib.cpp.
|
inlinevirtual |
Implements novatel_oem7::Oem7RawMessageIf.
Definition at line 82 of file oem7_message_decoder_lib.cpp.
|
inlinevirtual |
Implements novatel_oem7::Oem7RawMessageIf.
Definition at line 97 of file oem7_message_decoder_lib.cpp.
|
inlinevirtual |
Implements novatel_oem7::Oem7RawMessageIf.
Definition at line 67 of file oem7_message_decoder_lib.cpp.
|
private |
binary message obtained from receiver
Definition at line 55 of file oem7_message_decoder_lib.cpp.