Public Member Functions | Public Attributes | List of all members
cTimePa Class Reference

#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 cTimePaoperator= (const cTimePa &other)
 
bool operator== (const cTimePa &other) const
 
bool operator> (const cTimePa &other) const
 

Public Attributes

int32_t nanoseconds
 
int32_t seconds
 

Detailed Description

Definition at line 57 of file time_pa.h.

Constructor & Destructor Documentation

◆ cTimePa() [1/3]

cTimePa::cTimePa ( const int32_t  seconds = 0,
const int32_t  nanoseconds = 0 
)

Definition at line 57 of file time_pa.cpp.

◆ cTimePa() [2/3]

cTimePa::cTimePa ( const double  seconds)

Definition at line 62 of file time_pa.cpp.

◆ cTimePa() [3/3]

cTimePa::cTimePa ( const cTimePa other)

Definition at line 70 of file time_pa.cpp.

Member Function Documentation

◆ fix()

void cTimePa::fix ( void  )

Definition at line 119 of file time_pa.cpp.

◆ operator+()

cTimePa cTimePa::operator+ ( const cTimePa other)

Definition at line 109 of file time_pa.cpp.

◆ operator-()

cTimePa cTimePa::operator- ( const cTimePa other)

Definition at line 99 of file time_pa.cpp.

◆ operator<()

bool cTimePa::operator< ( const cTimePa other) const

Definition at line 87 of file time_pa.cpp.

◆ operator=()

const cTimePa & cTimePa::operator= ( const cTimePa other)

Definition at line 75 of file time_pa.cpp.

◆ operator==()

bool cTimePa::operator== ( const cTimePa other) const

Definition at line 82 of file time_pa.cpp.

◆ operator>()

bool cTimePa::operator> ( const cTimePa other) const

Definition at line 93 of file time_pa.cpp.

Member Data Documentation

◆ nanoseconds

int32_t cTimePa::nanoseconds

Definition at line 75 of file time_pa.h.

◆ seconds

int32_t cTimePa::seconds

Definition at line 74 of file time_pa.h.


The documentation for this class was generated from the following files:


octomap_pa
Author(s):
autogenerated on Mon Feb 28 2022 23:02:35