58 seconds(seconds),nanoseconds(nanoseconds){
64 this->seconds = floor(seconds);
65 this->
nanoseconds = round((seconds - floor(seconds)) * 1e9);
cTimePa operator-(const cTimePa &other)
cTimePa operator+(const cTimePa &other)
const cTimePa & operator=(const cTimePa &other)
bool operator==(const cTimePa &other) const
bool operator<(const cTimePa &other) const
cTimePa(const int32_t seconds=0, const int32_t nanoseconds=0)
bool operator>(const cTimePa &other) const