|
phins_ixsea
|
#include <PhinsStandardParser.hpp>
Public Member Functions | |
| PhinsStandardParser () | |
| virtual void | parse (uint8_t const *buffer, size_t size) |
Public Member Functions inherited from phins_ixsea::NmeaParser | |
| NmeaParser () | |
| virtual int | extractPacket (uint8_t const *buffer, size_t buffer_size) const |
Public Member Functions inherited from phins_ixsea::Parser | |
| Parser () | |
| virtual | ~Parser () |
| bool | hasUpdate (uint32_t flags, bool reset=false) |
| bool | hasAnyUpdate (uint32_t flags) |
Additional Inherited Members | |
Static Public Member Functions inherited from phins_ixsea::Parser | |
| static Parser * | createParser (Protocol protocol) |
Public Attributes inherited from phins_ixsea::Parser | |
| PhinsRawData | mData |
| uint32_t | mUpdateFlags |
Protected Member Functions inherited from phins_ixsea::NmeaParser | |
| double | ddm2dd (const double) |
| PhinsStandardParser::PhinsStandardParser | ( | ) |
|
virtual |
parse a data packet pure virtual, has to be implemented in the specific protocol parser
Implements phins_ixsea::Parser.
1.8.11