#include <messages/RGBDSensorMsgs/idl_generated_code/IRGBDMsgs_return_getImages.h>
Public Types | |
typedef yarp::os::idl::Unwrapped< IRGBDMsgs_return_getImages > | unwrapped |
Public Attributes | |
yarp::dev::ReturnValue | ret {} |
yarp::sig::FlexImage | rgbimg {} |
yarp::sig::ImageOf< yarp::sig::PixelFloat > | depthimg {} |
yarp::os::Stamp | rgbstamp {} |
yarp::os::Stamp | depthstamp {} |
Additional Inherited Members | |
![]() | |
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_getImages.h.
Definition at line 57 of file IRGBDMsgs_return_getImages.h.
|
default |
IRGBDMsgs_return_getImages::IRGBDMsgs_return_getImages | ( | const yarp::dev::ReturnValue & | ret, |
const yarp::sig::FlexImage & | rgbimg, | ||
const yarp::sig::ImageOf< yarp::sig::PixelFloat > & | depthimg, | ||
const yarp::os::Stamp & | rgbstamp, | ||
const yarp::os::Stamp & | depthstamp | ||
) |
Definition at line 14 of file IRGBDMsgs_return_getImages.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 53 of file IRGBDMsgs_return_getImages.cpp.
|
overridevirtual |
Reimplemented from yarp::os::idl::WirePortable.
Definition at line 29 of file IRGBDMsgs_return_getImages.cpp.
std::string IRGBDMsgs_return_getImages::toString | ( | ) | const |
Definition at line 103 of file IRGBDMsgs_return_getImages.cpp.
|
overridevirtual |
Reimplemented from yarp::os::idl::WirePortable.
Definition at line 66 of file IRGBDMsgs_return_getImages.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 90 of file IRGBDMsgs_return_getImages.cpp.
yarp::sig::ImageOf<yarp::sig::PixelFloat> IRGBDMsgs_return_getImages::depthimg {} |
Definition at line 27 of file IRGBDMsgs_return_getImages.h.
yarp::os::Stamp IRGBDMsgs_return_getImages::depthstamp {} |
Definition at line 29 of file IRGBDMsgs_return_getImages.h.
yarp::dev::ReturnValue IRGBDMsgs_return_getImages::ret {} |
Definition at line 25 of file IRGBDMsgs_return_getImages.h.
yarp::sig::FlexImage IRGBDMsgs_return_getImages::rgbimg {} |
Definition at line 26 of file IRGBDMsgs_return_getImages.h.
yarp::os::Stamp IRGBDMsgs_return_getImages::rgbstamp {} |
Definition at line 28 of file IRGBDMsgs_return_getImages.h.