#include <messages/frameGrabberMsgs/idl_generated_code/IFrameGrabberImageOf_return_getImageCrop.h>
Public Types | |
typedef yarp::os::idl::Unwrapped< IFrameGrabberImageOf_return_getImageCrop > | unwrapped |
Public Attributes | |
yarp::dev::ReturnValue | ret {} |
yarp::sig::FlexImage | fImage {} |
Additional Inherited Members | |
![]() | |
static bool | copyPortable (const PortWriter &writer, PortReader &reader) |
Copy one portable to another, via writing and reading. | |
Definition at line 19 of file IFrameGrabberImageOf_return_getImageCrop.h.
typedef yarp::os::idl::Unwrapped<IFrameGrabberImageOf_return_getImageCrop> IFrameGrabberImageOf_return_getImageCrop::unwrapped |
Definition at line 50 of file IFrameGrabberImageOf_return_getImageCrop.h.
|
default |
IFrameGrabberImageOf_return_getImageCrop::IFrameGrabberImageOf_return_getImageCrop | ( | const yarp::dev::ReturnValue & | ret, |
const yarp::sig::FlexImage & | fImage | ||
) |
Definition at line 14 of file IFrameGrabberImageOf_return_getImageCrop.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 38 of file IFrameGrabberImageOf_return_getImageCrop.cpp.
|
overridevirtual |
Reimplemented from yarp::os::idl::WirePortable.
Definition at line 23 of file IFrameGrabberImageOf_return_getImageCrop.cpp.
std::string IFrameGrabberImageOf_return_getImageCrop::toString | ( | ) | const |
Definition at line 79 of file IFrameGrabberImageOf_return_getImageCrop.cpp.
|
overridevirtual |
Reimplemented from yarp::os::idl::WirePortable.
Definition at line 51 of file IFrameGrabberImageOf_return_getImageCrop.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 66 of file IFrameGrabberImageOf_return_getImageCrop.cpp.
yarp::sig::FlexImage IFrameGrabberImageOf_return_getImageCrop::fImage {} |
Definition at line 25 of file IFrameGrabberImageOf_return_getImageCrop.h.
yarp::dev::ReturnValue IFrameGrabberImageOf_return_getImageCrop::ret {} |
Definition at line 24 of file IFrameGrabberImageOf_return_getImageCrop.h.