YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::os::PortWriterBufferBase Class Referenceabstract

#include <yarp/os/PortWriterBufferBase.h>

+ Inheritance diagram for yarp::os::PortWriterBufferBase:

Classes

class  Private
 

Public Member Functions

 PortWriterBufferBase ()
 
virtual ~PortWriterBufferBase ()
 
virtual PortWriterWrappercreate (PortWriterBufferManager &man, void *tracker)=0
 
const voidgetContent () const
 
bool releaseContent ()
 
int getCount ()
 
void attach (Port &port)
 
void detach ()
 
void write (bool strict)
 
void waitForWrite ()
 

Detailed Description

Definition at line 35 of file PortWriterBufferBase.h.

Constructor & Destructor Documentation

◆ PortWriterBufferBase()

PortWriterBufferBase::PortWriterBufferBase ( )

Definition at line 173 of file PortWriterBufferBase.cpp.

◆ ~PortWriterBufferBase()

PortWriterBufferBase::~PortWriterBufferBase ( )
virtual

Definition at line 178 of file PortWriterBufferBase.cpp.

Member Function Documentation

◆ attach()

void PortWriterBufferBase::attach ( Port port)

Definition at line 199 of file PortWriterBufferBase.cpp.

◆ create()

◆ detach()

void PortWriterBufferBase::detach ( )

Definition at line 204 of file PortWriterBufferBase.cpp.

◆ getContent()

const void * PortWriterBufferBase::getContent ( ) const

Definition at line 183 of file PortWriterBufferBase.cpp.

◆ getCount()

int PortWriterBufferBase::getCount ( )

Definition at line 194 of file PortWriterBufferBase.cpp.

◆ releaseContent()

bool PortWriterBufferBase::releaseContent ( )

Definition at line 188 of file PortWriterBufferBase.cpp.

◆ waitForWrite()

void PortWriterBufferBase::waitForWrite ( )

Definition at line 214 of file PortWriterBufferBase.cpp.

◆ write()

void PortWriterBufferBase::write ( bool  strict)

Definition at line 209 of file PortWriterBufferBase.cpp.


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