As far as YARP is concerned, on the wire to/from ROS a raw image has: More...
#include <yarp/wire_rep_utils/WireImage.h>
Inheritance diagram for yarp::wire_rep_utils::RosWireImage:Public Member Functions | |
| RosWireImage () | |
| void | init (const yarp::sig::FlexImage &img, const std::string &frame) |
| void | update (const yarp::sig::FlexImage *img, int seq, double t) |
| size_t | length () const override |
| size_t | headerLength () const override |
| size_t | length (size_t index) const override |
| const char * | data (size_t index) const override |
| yarp::os::PortReader * | getReplyHandler () override |
| yarp::os::Portable * | getReference () override |
| bool | dropRequested () override |
| void | startWrite () const override |
| Call when writing is about to begin. More... | |
| void | stopWrite () const override |
| Call when all writing is finished. More... | |
Public Member Functions inherited from yarp::os::SizedWriter | |
| virtual | ~SizedWriter () |
| virtual size_t | length () const =0 |
| virtual size_t | headerLength () const =0 |
| virtual size_t | length (size_t index) const =0 |
| virtual const char * | data (size_t index) const =0 |
| virtual PortReader * | getReplyHandler ()=0 |
| virtual Portable * | getReference ()=0 |
| virtual void | write (OutputStream &os) |
| bool | write (ConnectionWriter &connection) const override |
| Write this object to a network connection. More... | |
| virtual bool | dropRequested ()=0 |
| virtual void | startWrite () const =0 |
| Call when writing is about to begin. More... | |
| virtual void | stopWrite () const =0 |
| Call when all writing is finished. More... | |
| virtual void | clear () |
Public Member Functions inherited from yarp::os::PortWriter | |
| virtual | ~PortWriter () |
| Destructor. More... | |
| virtual bool | write (ConnectionWriter &writer) const =0 |
| Write this object to a network connection. More... | |
| virtual void | onCompletion () const |
| This is called when the port has finished all writing operations. More... | |
| virtual void | onCommencement () const |
| This is called when the port is about to begin writing operations. More... | |
| virtual yarp::os::Type | getWriteType () const |
As far as YARP is concerned, on the wire to/from ROS a raw image has:
Definition at line 57 of file WireImage.h.
|
inline |
Definition at line 63 of file WireImage.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 146 of file WireImage.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 166 of file WireImage.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 164 of file WireImage.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 162 of file WireImage.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 125 of file WireImage.h.
|
inline |
Definition at line 68 of file WireImage.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 123 of file WireImage.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 127 of file WireImage.h.
|
inlineoverridevirtual |
Call when writing is about to begin.
Implements yarp::os::SizedWriter.
Definition at line 168 of file WireImage.h.
|
inlineoverridevirtual |
Call when all writing is finished.
Implements yarp::os::SizedWriter.
Definition at line 170 of file WireImage.h.
|
inline |
Definition at line 116 of file WireImage.h.