RobotsIO
|
Public Member Functions | |
YarpBufferedPort (const std::string &port_name) | |
void | send_data (const T &data) |
T * | receive_data (const bool &blocking) |
double | time_stamp () |
void | set_time_stamp (const double &stamp) |
std::size_t | flush () |
Protected Attributes | |
yarp::os::Network | yarp_ |
yarp::os::BufferedPort< T > | port_ |
yarp::os::Stamp | stamp_ |
const std::string | log_name_ = "YarpBufferedPort" |
Definition at line 27 of file YarpBufferedPort.hpp.
RobotsIO::Utils::YarpBufferedPort< T >::YarpBufferedPort | ( | const std::string & | port_name | ) |
Definition at line 56 of file YarpBufferedPort.hpp.
|
virtual |
Definition at line 71 of file YarpBufferedPort.hpp.
std::size_t RobotsIO::Utils::YarpBufferedPort< T >::flush |
Definition at line 116 of file YarpBufferedPort.hpp.
T * RobotsIO::Utils::YarpBufferedPort< T >::receive_data | ( | const bool & | blocking | ) |
Definition at line 92 of file YarpBufferedPort.hpp.
void RobotsIO::Utils::YarpBufferedPort< T >::send_data | ( | const T & | data | ) |
Definition at line 79 of file YarpBufferedPort.hpp.
void RobotsIO::Utils::YarpBufferedPort< T >::set_time_stamp | ( | const double & | stamp | ) |
Definition at line 109 of file YarpBufferedPort.hpp.
double RobotsIO::Utils::YarpBufferedPort< T >::time_stamp |
Definition at line 99 of file YarpBufferedPort.hpp.
|
protected |
Definition at line 51 of file YarpBufferedPort.hpp.
|
protected |
Definition at line 47 of file YarpBufferedPort.hpp.
|
protected |
Definition at line 49 of file YarpBufferedPort.hpp.
|
protected |
Definition at line 45 of file YarpBufferedPort.hpp.