#include <simgear/compiler.h>
Go to the source code of this file.
Classes | |
| class | SGTimeStamp |
| The SGTimeStamp class allows you to mark and compare time stamps with microsecond accuracy (if your system has support for this level of accuracy. More... | |
Functions | |
| SGTimeStamp | operator+ (const SGTimeStamp &t, const long &m) |
| long | operator- (const SGTimeStamp &a, const SGTimeStamp &b) |
)
Definition in file timestamp.hxx.
| 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