|
|
| Epoch () |
| | Default constructor.
|
| |
|
| Epoch (unsigned int year, unsigned int month, unsigned int day, unsigned int hour, unsigned int minute, unsigned int second, unsigned int microsecond) |
| | Constructor.
|
| |
|
| Epoch (const Epoch &other)=default |
| | Copy constructor.
|
| |
|
Epoch & | operator= (const Epoch &other)=default |
| | Copy assignment.
|
| |
|
double | toEpoch () const |
| |
|
QString | toString () const |
| |
|
|
static Epoch | parse (const QString &datetime) |
| |
|
|
unsigned int | year |
| |
|
unsigned int | month |
| |
|
unsigned int | day |
| |
|
unsigned int | hour |
| |
|
unsigned int | minute |
| |
|
unsigned int | second |
| |
|
unsigned int | microsecond |
| |
The documentation for this struct was generated from the following files:
- /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/orbitalelementsdatabase.hh
- /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/orbitalelementsdatabase.cc