#include <iostream>
#include <stdlib.h>
#include "StringUtils.hpp"
#include "DayTime.hpp"
Include dependency graph for DayTimeConversionTest.cpp:

Go to the source code of this file.
Functions | |
| bool | testConstructors (short year, short month, short dom, short hour, short minute, double seconds, short week, double sow, long zcount, short hintYear, double MJD) |
| bool | testMutators (short year, short month, short dom, short hour, short minute, double seconds, short doy, double sod, short week, double sow, long zcount, short hintYear, double MJD) |
| bool | testRandomAccessors (DayTime &dtb, DayTime &dte, long ndates) |
| int | main () |
| returns 0 if all tests pass | |
|
|
returns 0 if all tests pass
Definition at line 164 of file DayTimeConversionTest.cpp. References DayTime::printf(), DayTime::setDayTimeTolerance(), testConstructors(), testMutators(), and testRandomAccessors(). |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 38 of file DayTimeConversionTest.cpp. References DayTime::printf(). Referenced by main(). |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 72 of file DayTimeConversionTest.cpp. References DayTime::GPSzcount(), DayTime::MJD(), DayTime::printf(), DayTime::setGPS(), DayTime::setHMS(), DayTime::setMJD(), DayTime::setSecOfDay(), DayTime::setYDoy(), DayTime::setYMD(), and DayTime::setYMDHMS(). Referenced by main(), and testRandomAccessors(). |
|
||||||||||||||||
|
Definition at line 120 of file DayTimeConversionTest.cpp. References DayTime::day(), DayTime::DOY(), DayTime::DOYsecond(), DayTime::GPSfullweek(), DayTime::GPSsow(), DayTime::GPSzcount(), DayTime::hour(), DayTime::minute(), DayTime::MJD(), DayTime::month(), DayTime::second(), DayTime::setMJD(), testMutators(), and DayTime::year(). Referenced by main(). |
1.3.9.1