Class to store fields used to turn GLONASS into UT1.
Definition at line 158 of file PNBGLOCNavDataFactory.hpp.
#include <PNBGLOCNavDataFactory.hpp>
Public Member Functions | |
| bool | isValid () |
| Return true if all data fields are valid. More... | |
| void | setN4 (unsigned v) |
| Set the value of N4 (from string 10). More... | |
Public Attributes | |
| vuint | N4 |
| Leap years since 1996. More... | |
| bool gnsstk::PNBGLOCNavDataFactory::TimeMeta::isValid | ( | ) |
Return true if all data fields are valid.
Definition at line 571 of file PNBGLOCNavDataFactory.cpp.
| void gnsstk::PNBGLOCNavDataFactory::TimeMeta::setN4 | ( | unsigned | v | ) |
Set the value of N4 (from string 10).
Definition at line 564 of file PNBGLOCNavDataFactory.cpp.
| vuint gnsstk::PNBGLOCNavDataFactory::TimeMeta::N4 |
Leap years since 1996.
Definition at line 165 of file PNBGLOCNavDataFactory.hpp.