#include <yarp/wire_rep_utils/WireBottle.h>
Public Member Functions | |
void | setDelegate (yarp::os::SizedWriter *delegate, int index, int offset) |
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 void | write (OutputStream &os) |
bool | write (ConnectionWriter &connection) const override |
Write this object to a network connection. More... | |
virtual void | clear () |
Public Member Functions inherited from yarp::os::PortWriter | |
virtual | ~PortWriter () |
Destructor. 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 |
Definition at line 20 of file WireBottle.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 48 of file WireBottle.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 62 of file WireBottle.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 58 of file WireBottle.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 54 of file WireBottle.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 38 of file WireBottle.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 34 of file WireBottle.h.
|
inlineoverridevirtual |
Implements yarp::os::SizedWriter.
Definition at line 42 of file WireBottle.h.
|
inline |
Definition at line 27 of file WireBottle.h.
|
inlineoverridevirtual |
Call when writing is about to begin.
Implements yarp::os::SizedWriter.
Definition at line 65 of file WireBottle.h.
|
inlineoverridevirtual |
Call when all writing is finished.
Implements yarp::os::SizedWriter.
Definition at line 68 of file WireBottle.h.