Definition at line 57 of file AshtechALB.hpp.
#include <AshtechALB.hpp>
Public Member Functions | |
AshtechALB () | |
bool | checkId (const std::string &hdrId) const |
virtual void | decode (const std::string &data) |
void | dump (std::ostream &out) const noexcept |
virtual std::string | getName () const |
Simple accessors for various static thangs. More... | |
![]() | |
AshtechData () noexcept | |
virtual bool | checkId (std::string hdrId) const |
Returns true when the provided id is valid for this message. More... | |
void | dump (std::ostream &out) const noexcept |
virtual std::string | encode () const noexcept |
virtual bool | isData () const |
This class is "data" so this function always returns "true". More... | |
bool | isValid () const |
![]() | |
void | getRecord (FFStream &s) |
virtual bool | isHeader () const |
void | putRecord (FFStream &s) const |
virtual | ~FFData (void) |
virtual desctuctor More... | |
![]() | |
bool | crcerr () const |
bool | fmterr () const |
bool | lenerr () const |
bool | parerr () const |
![]() | |
void | clear (std::ios_base::iostate s=std::ios_base::goodbit) |
void | clearstate (std::ios_base::iostate s) |
DataStatus () | |
bool | good () const |
operator void * () const | |
bool | operator() () const |
std::ios_base::iostate | rdstate () const |
void | setstate (std::ios_base::iostate s) |
Public Attributes | |
std::string | header |
unsigned | svid |
long | word [10] |
![]() | |
bool | ascii |
uint16_t | checksum |
std::string | id |
Static Public Attributes | |
static const GNSSTK_EXPORT char * | myId = "ALB" |
![]() | |
static GNSSTK_EXPORT int | debugLevel = 0 |
static GNSSTK_EXPORT bool | hexDump = false |
static const GNSSTK_EXPORT std::string | preamble |
static const GNSSTK_EXPORT std::string | trailer |
Protected Member Functions | |
virtual void | reallyGetRecord (FFStream &ffs) |
![]() | |
virtual void | readBody (AshtechStream &stream) |
virtual void | readHeader (AshtechStream &stream) |
virtual void | reallyPutRecord (FFStream &ffs) const |
|
inline |
Definition at line 61 of file AshtechALB.hpp.
|
inline |
Definition at line 72 of file AshtechALB.hpp.
|
virtual |
std::exception | |
FFStreamError |
Reimplemented from gnsstk::AshtechData.
Definition at line 76 of file AshtechALB.cpp.
|
virtualnoexcept |
Send debug output to the given stream.
s | a generic output stream |
Reimplemented from gnsstk::FFData.
Definition at line 99 of file AshtechALB.cpp.
|
inlinevirtual |
Simple accessors for various static thangs.
Reimplemented from gnsstk::AshtechData.
Definition at line 70 of file AshtechALB.hpp.
|
protectedvirtual |
std::exception | |
FFStreamError | |
EndOfFile |
Reimplemented from gnsstk::AshtechData.
Definition at line 52 of file AshtechALB.cpp.
std::string gnsstk::AshtechALB::header |
Definition at line 61 of file AshtechALB.hpp.
|
static |
Definition at line 68 of file AshtechALB.hpp.
unsigned gnsstk::AshtechALB::svid |
Definition at line 65 of file AshtechALB.hpp.
long gnsstk::AshtechALB::word[10] |
Definition at line 66 of file AshtechALB.hpp.