Public Member Functions | |
Oem7MessageDecoderLib (Oem7MessageDecoderLibUserIf *user) | |
virtual bool | readMessage (boost::shared_ptr< Oem7RawMessageIf > &msg) |
![]() | |
virtual | ~Oem7MessageDecoderLibIf () |
Private Attributes | |
boost::shared_ptr< Framer > | framer_ |
EDIE standard framer. More... | |
boost::shared_ptr< InputStream > | input_stream_ |
EDIE input stream; refer to EDIE documentation. More... | |
Oem7MessageDecoderLibUserIf * | user_ |
Oem7 Decoder Library implementation, wrapping and hiding EDIE interfaces.
Definition at line 167 of file oem7_message_decoder_lib.cpp.
|
inline |
Definition at line 175 of file oem7_message_decoder_lib.cpp.
|
inlinevirtual |
Read a complete Oem7 message from EDIE
Implements novatel_oem7::Oem7MessageDecoderLibIf.
Definition at line 188 of file oem7_message_decoder_lib.cpp.
|
private |
EDIE standard framer.
Definition at line 172 of file oem7_message_decoder_lib.cpp.
|
private |
EDIE input stream; refer to EDIE documentation.
Definition at line 171 of file oem7_message_decoder_lib.cpp.
|
private |
Definition at line 169 of file oem7_message_decoder_lib.cpp.