Definition at line 38 of file NetworkClock.cpp.
◆ Waiters
◆ Private()
yarp::os::NetworkClock::Private::Private |
( |
| ) |
|
◆ ~Private()
yarp::os::NetworkClock::Private::~Private |
( |
| ) |
|
|
override |
◆ read()
Read this object from a network connection.
Override this for your particular class.
- Parameters
-
reader | an interface to the network connection for reading |
- Returns
- true iff the object is successfully read
Implements yarp::os::PortReader.
Definition at line 90 of file NetworkClock.cpp.
◆ _time
double yarp::os::NetworkClock::Private::_time {0} |
◆ clockName
std::string yarp::os::NetworkClock::Private::clockName |
◆ closing
bool yarp::os::NetworkClock::Private::closing {false} |
◆ initted
bool yarp::os::NetworkClock::Private::initted {false} |
◆ listMutex
std::mutex yarp::os::NetworkClock::Private::listMutex |
◆ nsec
std::int32_t yarp::os::NetworkClock::Private::nsec {0} |
◆ port
Port yarp::os::NetworkClock::Private::port |
◆ sec
std::int32_t yarp::os::NetworkClock::Private::sec {0} |
◆ timeMutex
std::mutex yarp::os::NetworkClock::Private::timeMutex |
◆ waiters
Waiters* yarp::os::NetworkClock::Private::waiters |
The documentation for this class was generated from the following file: