|
My Project
|
#include <Date.h>
Public Member Functions | |
| Date () | |
| void | reset () |
| void | convertMjdUtcToDate (double utc) |
| int | getYear () |
Class to encapsulate a date. This class is a wrapper around a DASI-style Date struct which we need to call various gcp::control methods.
| Date::Date | ( | ) |
| void Date::convertMjdUtcToDate | ( | double | utc | ) |
Convert from MJD to broken-down calendar date.
| Exception | ....................................................................... Convert from MJD to broken down calendar date |
| int Date::getYear | ( | ) |
Return the year.
....................................................................... Return the year.
| void Date::reset | ( | ) |
Intialize the date fields to zero
....................................................................... Intialize the date fields to zero