Store transmit time and corresponding AmEpID for amEpIDMap.
Definition at line 202 of file PNBBDSD2NavDataFactory.hpp.
#include <PNBBDSD2NavDataFactory.hpp>
Public Member Functions | |
AmEpID () | |
Set the time system to Any to avoid exceptions. More... | |
bool | isExpanded (const CommonTime &t) const |
void | setValues (const BDSWeekSecond &t, uint8_t id) |
Protected Attributes | |
uint8_t | amEpID |
The two-bit AmEpID value. More... | |
CommonTime | mfEnd |
Transmit time of 1st bit of next superframe. More... | |
CommonTime | mfStart |
Transmit time of 1st bit of the superframe. More... | |
gnsstk::PNBBDSD2NavDataFactory::AmEpID::AmEpID | ( | ) |
Set the time system to Any to avoid exceptions.
Definition at line 1012 of file PNBBDSD2NavDataFactory.cpp.
bool gnsstk::PNBBDSD2NavDataFactory::AmEpID::isExpanded | ( | const CommonTime & | t | ) | const |
Return true if the AmEpID field indicates expanded almanac.
[in] | t | The time at which the potential almanac page was broadcast. |
Definition at line 1023 of file PNBBDSD2NavDataFactory.cpp.
void gnsstk::PNBBDSD2NavDataFactory::AmEpID::setValues | ( | const BDSWeekSecond & | t, |
uint8_t | id | ||
) |
Set the beginning and end superframe time and AmEpID.
Definition at line 1032 of file PNBBDSD2NavDataFactory.cpp.
|
protected |
The two-bit AmEpID value.
Definition at line 224 of file PNBBDSD2NavDataFactory.hpp.
|
protected |
Transmit time of 1st bit of next superframe.
Definition at line 223 of file PNBBDSD2NavDataFactory.hpp.
|
protected |
Transmit time of 1st bit of the superframe.
Definition at line 222 of file PNBBDSD2NavDataFactory.hpp.