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


Public Member Functions | |
| AshtechPBEN () | |
| 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 |
| double | sow |
| std::string | sitename |
| double | navx |
| double | navy |
| double | navz |
| float | navt |
| float | navxdot |
| float | navydot |
| float | navzdot |
| float | navtdot |
| unsigned | pdop |
| float | lat |
| float | lon |
| float | alt |
| float | numSV |
| float | hdop |
| float | vdop |
| float | tdop |
Static Public Attributes | |
| const char * | myId = "PBN" |
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 AshtechPBEN.hpp. |
|
|
Returns true when the provided id is valid for this message.
Reimplemented from AshtechData. Definition at line 80 of file AshtechPBEN.hpp. |
|
|
Decode this object from a string.
Reimplemented from AshtechData. Definition at line 78 of file AshtechPBEN.cpp. |
|
|
Dump some debugging information to the given ostream.
Reimplemented from AshtechData. Definition at line 148 of file AshtechPBEN.cpp. References gpstk::StringUtils::asString(), and gpstk::dump(). |
|
|
Simple accessors for various static thangs.
Reimplemented from AshtechData. Definition at line 78 of file AshtechPBEN.hpp. |
|
|
Does the actual reading from the stream into this FFData object.
Reimplemented from AshtechData. Definition at line 53 of file AshtechPBEN.cpp. References AshtechStream::rawData. |
|
|
Definition at line 73 of file AshtechPBEN.hpp. |
|
|
Definition at line 73 of file AshtechPBEN.hpp. |
|
|
Definition at line 57 of file AshtechPBEN.hpp. |
|
|
Definition at line 73 of file AshtechPBEN.hpp. |
|
|
Definition at line 73 of file AshtechPBEN.hpp. |
|
|
Definition at line 50 of file AshtechPBEN.cpp. |
|
|
Definition at line 64 of file AshtechPBEN.hpp. |
|
|
Definition at line 68 of file AshtechPBEN.hpp. |
|
|
Definition at line 61 of file AshtechPBEN.hpp. |
|
|
Definition at line 65 of file AshtechPBEN.hpp. |
|
|
Definition at line 62 of file AshtechPBEN.hpp. |
|
|
Definition at line 66 of file AshtechPBEN.hpp. |
|
|
Definition at line 63 of file AshtechPBEN.hpp. |
|
|
Definition at line 67 of file AshtechPBEN.hpp. |
|
|
Definition at line 73 of file AshtechPBEN.hpp. |
|
|
Definition at line 69 of file AshtechPBEN.hpp. |
|
|
Definition at line 60 of file AshtechPBEN.hpp. |
|
|
Definition at line 59 of file AshtechPBEN.hpp. |
|
|
Definition at line 73 of file AshtechPBEN.hpp. |
|
|
Definition at line 73 of file AshtechPBEN.hpp. |
1.3.9.1