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


Public Member Functions | |
| AshtechMBEN () | |
| virtual std::string | getName () const |
| Simple accessors for various static thangs. | |
| virtual 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 | seq |
| unsigned | left |
| unsigned | svprn |
| unsigned | el |
| unsigned | az |
| unsigned | chid |
| code_block | ca |
| code_block | p1 |
| code_block | p2 |
Static Public Attributes | |
| const char * | mpcId = "MPC" |
| const char * | mcaId = "MCA" |
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 58 of file AshtechMBEN.hpp. |
|
|
Returns true when the provided id is valid for this message.
Reimplemented from AshtechData. Definition at line 117 of file AshtechMBEN.hpp. |
|
|
Decode this object from a string.
Reimplemented from AshtechData. Definition at line 78 of file AshtechMBEN.cpp. |
|
|
Dump some debugging information to the given ostream.
Reimplemented from AshtechData. Definition at line 243 of file AshtechMBEN.cpp. References AshtechMBEN::az, AshtechMBEN::ca, AshtechMBEN::chid, AshtechMBEN::code_block::dump(), gpstk::dump(), AshtechMBEN::el, AshtechMBEN::getName(), AshtechMBEN::left, AshtechMBEN::p1, AshtechMBEN::p2, AshtechMBEN::seq, and AshtechMBEN::svprn. |
|
|
Simple accessors for various static thangs.
Reimplemented from AshtechData. Definition at line 115 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
|
|
Does the actual reading from the stream into this FFData object.
Reimplemented from AshtechData. Definition at line 52 of file AshtechMBEN.cpp. References AshtechStream::rawData. |
|
|
Definition at line 66 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
|
|
Definition at line 109 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
|
|
Definition at line 67 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
|
|
Definition at line 65 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
|
|
Definition at line 60 of file AshtechMBEN.hpp. |
|
|
Definition at line 63 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
|
|
Definition at line 48 of file AshtechMBEN.cpp. |
|
|
Definition at line 47 of file AshtechMBEN.cpp. |
|
|
Definition at line 110 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
|
|
Definition at line 111 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
|
|
Definition at line 61 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
|
|
Definition at line 64 of file AshtechMBEN.hpp. Referenced by AshtechMBEN::dump(). |
1.3.9.1