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