#include <AshtechEPB.hpp>
Inheritance diagram for AshtechEPB:


Public Member Functions | |
| AshtechEPB () | |
| virtual std::string | getName () const |
| Simple accessors for various static thangs. | |
| bool | checkId (std::string hdrId) const |
| Returns true when the provided id is valid for this message. | |
| void | dump (std::ostream &out) const throw () |
| Dump some debugging information to the given ostream. | |
| virtual void | decode (const std::string &data) throw (std::exception, FFStreamError) |
| Decode this object from a string. | |
Public Attributes | |
| std::string | header |
| unsigned | prn |
| long | word [4][11] |
Static Public Attributes | |
| const char * | myId = "EPB" |
Protected Member Functions | |
| virtual void | reallyGetRecord (FFStream &ffs) throw (std::exception, FFStreamError, EndOfFile) |
| Does the actual reading from the stream into this FFData object. | |
|
|
Definition at line 55 of file AshtechEPB.hpp. |
|
|
Returns true when the provided id is valid for this message.
Reimplemented from AshtechData. Definition at line 70 of file AshtechEPB.hpp. |
|
|
Decode this object from a string.
Reimplemented from AshtechData. Definition at line 76 of file AshtechEPB.cpp. References gpstk::StringUtils::asInt(), and gpstk::StringUtils::word(). |
|
|
Dump some debugging information to the given ostream.
Reimplemented from AshtechData. Definition at line 101 of file AshtechEPB.cpp. References gpstk::dump(), and gpstk::StringUtils::word(). |
|
|
Simple accessors for various static thangs.
Reimplemented from AshtechData. Definition at line 68 of file AshtechEPB.hpp. |
|
|
Does the actual reading from the stream into this FFData object.
Reimplemented from AshtechData. Definition at line 52 of file AshtechEPB.cpp. References AshtechStream::rawData. |
|
|
Definition at line 57 of file AshtechEPB.hpp. |
|
|
Definition at line 49 of file AshtechEPB.cpp. |
|
|
Definition at line 59 of file AshtechEPB.hpp. |
|
|
Definition at line 64 of file AshtechEPB.hpp. |
1.3.9.1