YARP
Yet Another Robot Platform
yarp::wire_rep_utils::SizedWriterTail Class Reference

#include <yarp/wire_rep_utils/WireBottle.h>

+ Inheritance diagram for yarp::wire_rep_utils::SizedWriterTail:

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::PortReadergetReplyHandler () override
 
yarp::os::PortablegetReference () 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
 

Detailed Description

Definition at line 20 of file WireBottle.h.

Member Function Documentation

◆ data()

const char* yarp::wire_rep_utils::SizedWriterTail::data ( size_t  index) const
inlineoverridevirtual

Implements yarp::os::SizedWriter.

Definition at line 48 of file WireBottle.h.

◆ dropRequested()

bool yarp::wire_rep_utils::SizedWriterTail::dropRequested ( )
inlineoverridevirtual

Implements yarp::os::SizedWriter.

Definition at line 62 of file WireBottle.h.

◆ getReference()

yarp::os::Portable* yarp::wire_rep_utils::SizedWriterTail::getReference ( )
inlineoverridevirtual

Implements yarp::os::SizedWriter.

Definition at line 58 of file WireBottle.h.

◆ getReplyHandler()

yarp::os::PortReader* yarp::wire_rep_utils::SizedWriterTail::getReplyHandler ( )
inlineoverridevirtual

Implements yarp::os::SizedWriter.

Definition at line 54 of file WireBottle.h.

◆ headerLength()

size_t yarp::wire_rep_utils::SizedWriterTail::headerLength ( ) const
inlineoverridevirtual

Implements yarp::os::SizedWriter.

Definition at line 38 of file WireBottle.h.

◆ length() [1/2]

size_t yarp::wire_rep_utils::SizedWriterTail::length ( ) const
inlineoverridevirtual

Implements yarp::os::SizedWriter.

Definition at line 34 of file WireBottle.h.

◆ length() [2/2]

size_t yarp::wire_rep_utils::SizedWriterTail::length ( size_t  index) const
inlineoverridevirtual

Implements yarp::os::SizedWriter.

Definition at line 42 of file WireBottle.h.

◆ setDelegate()

void yarp::wire_rep_utils::SizedWriterTail::setDelegate ( yarp::os::SizedWriter delegate,
int  index,
int  offset 
)
inline

Definition at line 27 of file WireBottle.h.

◆ startWrite()

void yarp::wire_rep_utils::SizedWriterTail::startWrite ( ) const
inlineoverridevirtual

Call when writing is about to begin.

Implements yarp::os::SizedWriter.

Definition at line 65 of file WireBottle.h.

◆ stopWrite()

void yarp::wire_rep_utils::SizedWriterTail::stopWrite ( ) const
inlineoverridevirtual

Call when all writing is finished.

Implements yarp::os::SizedWriter.

Definition at line 68 of file WireBottle.h.


The documentation for this class was generated from the following file: