Functions | |
| double | gpstk::CommonTime::operator- (const CommonTime &right) const throw () |
| Difference two Common Time objects. | |
| CommonTime | gpstk::CommonTime::operator+ (double seconds) const throw ( InvalidRequest ) |
| Add seconds to a copy of this CommonTime. | |
| CommonTime | gpstk::CommonTime::operator- (double seconds) const throw ( InvalidRequest ) |
| Subtract seconds from a copy of this CommonTime. | |
| CommonTime & | gpstk::CommonTime::operator+= (double seconds) throw ( InvalidRequest ) |
| Add seconds to this CommonTime. | |
| CommonTime & | gpstk::CommonTime::operator-= (double seconds) throw ( InvalidRequest ) |
| Subtract seconds from this CommonTime. | |
| CommonTime & | gpstk::CommonTime::addSeconds (double seconds) throw ( InvalidRequest ) |
| Add seconds to this CommonTime object. | |
| CommonTime & | gpstk::CommonTime::addDays (long days) throw ( InvalidRequest ) |
| Add integer days to this CommonTime object. | |
| CommonTime & | gpstk::CommonTime::addSeconds (long seconds) throw ( InvalidRequest ) |
| Add integer seconds to this CommonTime object. | |
| CommonTime & | gpstk::CommonTime::addMilliseconds (long ms) throw ( InvalidRequest ) |
| Add integer milliseconds to this CommonTime object. | |
|
|
Add integer days to this CommonTime object. param days the number of days to add to this CommonTime
Definition at line 274 of file CommonTime.cpp. |
|
|
Add integer milliseconds to this CommonTime object.
Definition at line 281 of file CommonTime.cpp. Referenced by Epoch::addMicroSeconds(), and Epoch::addMilliSeconds(). |
|
|
Add integer seconds to this CommonTime object.
Definition at line 255 of file CommonTime.cpp. References ABS, and gpstk::MS_PER_SEC. |
|
|
Add seconds to this CommonTime object. This is the workhorse for the addition/subtraction operators.
Definition at line 235 of file CommonTime.cpp. References ABS. Referenced by Epoch::addMicroSeconds(), Epoch::addSeconds(), Epoch::operator+(), and Epoch::operator-(). |
|
|
Add seconds to a copy of this CommonTime.
Definition at line 209 of file CommonTime.cpp. References Epoch::addSeconds(). |
|
|
Add seconds to this CommonTime.
Definition at line 221 of file CommonTime.cpp. |
|
|
Subtract seconds from a copy of this CommonTime.
Definition at line 215 of file CommonTime.cpp. References Epoch::addSeconds(). |
|
|
Difference two Common Time objects.
Definition at line 201 of file CommonTime.cpp. References gpstk::SEC_PER_DAY, and gpstk::SEC_PER_MS. |
|
|
Subtract seconds from this CommonTime.
Definition at line 228 of file CommonTime.cpp. |
1.3.9.1