#include <messages/RGBDSensorMsgs/idl_generated_code/IRGBDMsgs_return_getDepthImage.h>
Inheritance diagram for IRGBDMsgs_return_getDepthImage:Public Types | |
| typedef yarp::os::idl::Unwrapped< IRGBDMsgs_return_getDepthImage > | unwrapped |
Public Attributes | |
| yarp::dev::ReturnValue | ret {} |
| yarp::sig::ImageOf< yarp::sig::PixelFloat > | img {} |
| yarp::os::Stamp | stamp {} |
Additional Inherited Members | |
Static Public Member Functions inherited from yarp::os::Portable | |
| static bool | copyPortable (const PortWriter &writer, PortReader &reader) |
| Copy one portable to another, via writing and reading. | |
Definition at line 20 of file IRGBDMsgs_return_getDepthImage.h.
| typedef yarp::os::idl::Unwrapped<IRGBDMsgs_return_getDepthImage> IRGBDMsgs_return_getDepthImage::unwrapped |
Definition at line 53 of file IRGBDMsgs_return_getDepthImage.h.
|
default |
| IRGBDMsgs_return_getDepthImage::IRGBDMsgs_return_getDepthImage | ( | const yarp::dev::ReturnValue & | ret, |
| const yarp::sig::ImageOf< yarp::sig::PixelFloat > & | img, | ||
| const yarp::os::Stamp & | stamp | ||
| ) |
Definition at line 14 of file IRGBDMsgs_return_getDepthImage.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
| reader | an interface to the network connection for reading |
Implements yarp::os::Portable.
Definition at line 43 of file IRGBDMsgs_return_getDepthImage.cpp.
|
overridevirtual |
Reimplemented from yarp::os::idl::WirePortable.
Definition at line 25 of file IRGBDMsgs_return_getDepthImage.cpp.
| std::string IRGBDMsgs_return_getDepthImage::toString | ( | ) | const |
Definition at line 87 of file IRGBDMsgs_return_getDepthImage.cpp.
|
overridevirtual |
Reimplemented from yarp::os::idl::WirePortable.
Definition at line 56 of file IRGBDMsgs_return_getDepthImage.cpp.
|
overridevirtual |
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
| writer | an interface to the network connection for writing |
Implements yarp::os::Portable.
Definition at line 74 of file IRGBDMsgs_return_getDepthImage.cpp.
| yarp::sig::ImageOf<yarp::sig::PixelFloat> IRGBDMsgs_return_getDepthImage::img {} |
Definition at line 26 of file IRGBDMsgs_return_getDepthImage.h.
| yarp::dev::ReturnValue IRGBDMsgs_return_getDepthImage::ret {} |
Definition at line 25 of file IRGBDMsgs_return_getDepthImage.h.
| yarp::os::Stamp IRGBDMsgs_return_getDepthImage::stamp {} |
Definition at line 27 of file IRGBDMsgs_return_getDepthImage.h.