#include <simgear/compiler.h>
#include <time.h>
#include "timestamp.hxx"
Go to the source code of this file.
Functions | |
| SGTimeStamp | operator+ (const SGTimeStamp &t, const long &m) |
| long | operator- (const SGTimeStamp &a, const SGTimeStamp &b) |
)
Definition in file timestamp.cxx.
| SGTimeStamp operator+ | ( | const SGTimeStamp & | t, | |
| const long & | m | |||
| ) |
| t | time stamp | |
| m | microseconds increment |
Definition at line 107 of file timestamp.cxx.
References SGTimeStamp::seconds, and SGTimeStamp::usec.
| long operator- | ( | const SGTimeStamp & | a, | |
| const SGTimeStamp & | b | |||
| ) |
| a | timestamp 1 | |
| b | timestame 2 |
Definition at line 113 of file timestamp.cxx.
References SGTimeStamp::seconds, and SGTimeStamp::usec.
1.5.1