#include <time_pa.h>
Public Member Functions | |
cTimePa (const int32_t seconds=0, const int32_t nanoseconds=0) | |
cTimePa (const double seconds) | |
cTimePa (const cTimePa &other) | |
void | fix (void) |
cTimePa | operator+ (const cTimePa &other) |
cTimePa | operator- (const cTimePa &other) |
bool | operator< (const cTimePa &other) const |
const cTimePa & | operator= (const cTimePa &other) |
bool | operator== (const cTimePa &other) const |
bool | operator> (const cTimePa &other) const |
Public Attributes | |
int32_t | nanoseconds |
int32_t | seconds |
cTimePa::cTimePa | ( | const int32_t | seconds = 0 , |
const int32_t | nanoseconds = 0 |
||
) |
Definition at line 54 of file time_pa.cpp.
cTimePa::cTimePa | ( | const double | seconds | ) |
Definition at line 59 of file time_pa.cpp.
cTimePa::cTimePa | ( | const cTimePa & | other | ) |
Definition at line 67 of file time_pa.cpp.
void cTimePa::fix | ( | void | ) |
Definition at line 116 of file time_pa.cpp.
Definition at line 106 of file time_pa.cpp.
Definition at line 96 of file time_pa.cpp.
bool cTimePa::operator< | ( | const cTimePa & | other | ) | const |
Definition at line 84 of file time_pa.cpp.
Definition at line 72 of file time_pa.cpp.
bool cTimePa::operator== | ( | const cTimePa & | other | ) | const |
Definition at line 79 of file time_pa.cpp.
bool cTimePa::operator> | ( | const cTimePa & | other | ) | const |
Definition at line 90 of file time_pa.cpp.