Definition at line 60 of file AshtechMBEN.hpp.
#include <AshtechMBEN.hpp>
Classes | |
struct | code_block |
Public Member Functions | |
AshtechMBEN () | |
virtual 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... | |
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 | |
unsigned | az |
code_block | ca |
unsigned | chid |
unsigned | el |
std::string | header |
unsigned | left |
code_block | p1 |
code_block | p2 |
unsigned | seq |
unsigned | svprn |
![]() | |
bool | ascii |
uint16_t | checksum |
std::string | id |
Static Public Attributes | |
static const GNSSTK_EXPORT char * | mcaId = "MCA" |
static const GNSSTK_EXPORT char * | mpcId = "MPC" |
![]() | |
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 64 of file AshtechMBEN.hpp.
|
inlinevirtual |
Definition at line 144 of file AshtechMBEN.hpp.
|
virtual |
std::exception | |
FFStreamError |
Reimplemented from gnsstk::AshtechData.
Definition at line 77 of file AshtechMBEN.cpp.
|
virtualnoexcept |
Dump some debugging information to the given ostream.
out | the ostream to write to |
Reimplemented from gnsstk::AshtechData.
Definition at line 240 of file AshtechMBEN.cpp.
|
inlinevirtual |
Simple accessors for various static thangs.
Reimplemented from gnsstk::AshtechData.
Definition at line 142 of file AshtechMBEN.hpp.
|
protectedvirtual |
std::exception | |
FFStreamError | |
EndOfFile |
Reimplemented from gnsstk::AshtechData.
Definition at line 52 of file AshtechMBEN.cpp.
unsigned gnsstk::AshtechMBEN::az |
Definition at line 72 of file AshtechMBEN.hpp.
code_block gnsstk::AshtechMBEN::ca |
Definition at line 136 of file AshtechMBEN.hpp.
unsigned gnsstk::AshtechMBEN::chid |
Definition at line 73 of file AshtechMBEN.hpp.
unsigned gnsstk::AshtechMBEN::el |
Definition at line 71 of file AshtechMBEN.hpp.
std::string gnsstk::AshtechMBEN::header |
Definition at line 64 of file AshtechMBEN.hpp.
unsigned gnsstk::AshtechMBEN::left |
Definition at line 69 of file AshtechMBEN.hpp.
|
static |
Definition at line 140 of file AshtechMBEN.hpp.
|
static |
Definition at line 140 of file AshtechMBEN.hpp.
code_block gnsstk::AshtechMBEN::p1 |
Definition at line 137 of file AshtechMBEN.hpp.
code_block gnsstk::AshtechMBEN::p2 |
Definition at line 138 of file AshtechMBEN.hpp.
unsigned gnsstk::AshtechMBEN::seq |
Definition at line 67 of file AshtechMBEN.hpp.
unsigned gnsstk::AshtechMBEN::svprn |
Definition at line 70 of file AshtechMBEN.hpp.