Store transmit time and corresponding AmEpID for amEpIDMap.
Definition at line 194 of file PNBBDSD1NavDataFactory.hpp.
#include <PNBBDSD1NavDataFactory.hpp>
Public Member Functions | |
AmEpID () | |
Set the time system to Any to avoid exceptions. More... | |
bool | isExpanded () const |
Return true if the AmEpID field indicates expanded almanac. More... | |
Public Attributes | |
uint8_t | amEpID |
The two-bit AmEpID value. More... | |
CommonTime | t |
Transmit time of subframe containing AmEpID. More... | |
|
inline |
Set the time system to Any to avoid exceptions.
Definition at line 198 of file PNBBDSD1NavDataFactory.hpp.
|
inline |
Return true if the AmEpID field indicates expanded almanac.
Definition at line 201 of file PNBBDSD1NavDataFactory.hpp.
uint8_t gnsstk::PNBBDSD1NavDataFactory::AmEpID::amEpID |
The two-bit AmEpID value.
Definition at line 205 of file PNBBDSD1NavDataFactory.hpp.
CommonTime gnsstk::PNBBDSD1NavDataFactory::AmEpID::t |
Transmit time of subframe containing AmEpID.
Definition at line 204 of file PNBBDSD1NavDataFactory.hpp.