PointReq IDL structure to send/receive points.
More...
#include <PointReq.h>
|
| PointReq ()=default |
|
| PointReq (const std::string &result, const double x, const double y, const double z) |
|
bool | read (yarp::os::idl::WireReader &reader) override |
|
bool | read (yarp::os::ConnectionReader &connection) override |
|
bool | write (const yarp::os::idl::WireWriter &writer) const override |
|
bool | write (yarp::os::ConnectionWriter &connection) const override |
|
std::string | toString () const |
|
|
std::string | result {} |
| contain [ok]/[fail] on success/failure. More...
|
|
double | x {0.0} |
| the x-coordinate. More...
|
|
double | y {0.0} |
| the y-coordinate. More...
|
|
double | z {0.0} |
| the z-coordinate. More...
|
|
PointReq IDL structure to send/receive points.
Definition at line 21 of file PointReq.h.
◆ unwrapped
◆ PointReq() [1/2]
◆ PointReq() [2/2]
PointReq::PointReq |
( |
const std::string & |
result, |
|
|
const double |
x, |
|
|
const double |
y, |
|
|
const double |
z |
|
) |
| |
◆ read() [1/2]
bool PointReq::read |
( |
yarp::os::ConnectionReader & |
connection | ) |
|
|
override |
◆ read() [2/2]
bool PointReq::read |
( |
yarp::os::idl::WireReader & |
reader | ) |
|
|
override |
◆ toString()
std::string PointReq::toString |
( |
| ) |
const |
◆ write() [1/2]
bool PointReq::write |
( |
const yarp::os::idl::WireWriter & |
writer | ) |
const |
|
override |
◆ write() [2/2]
bool PointReq::write |
( |
yarp::os::ConnectionWriter & |
connection | ) |
const |
|
override |
◆ result
std::string PointReq::result {} |
contain [ok]/[fail] on success/failure.
Definition at line 29 of file PointReq.h.
The documentation for this class was generated from the following file: