Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

BufferBase Class Reference

Inheritance diagram for BufferBase:

NullBuffer List of all members.

Public Member Functions

 __init__ ()
 length ()
 Get the buffer length.
 write (value)
 Write data into the buffer.
 read (value)
 Read data from the buffer.
 isFull ()
 True if the buffer is full, else false.
 isEmpty ()
 True if the buffer is empty, else false.
 put (data)
 Write data into the buffer.
 get ()
 Get data from the buffer.
 getRef ()
 Get the buffer's reference to be written the next.

Member Function Documentation

BufferBase::__init__  ) 
 

BufferBase::get  ) 
 

Get data from the buffer.

Reimplemented in NullBuffer.

BufferBase::getRef  ) 
 

Get the buffer's reference to be written the next.

Reimplemented in NullBuffer.

BufferBase::isEmpty  ) 
 

True if the buffer is empty, else false.

Reimplemented in NullBuffer.

BufferBase::isFull  ) 
 

True if the buffer is full, else false.

Reimplemented in NullBuffer.

BufferBase::length  ) 
 

Get the buffer length.

Reimplemented in NullBuffer.

BufferBase::put data   ) 
 

Write data into the buffer.

Reimplemented in NullBuffer.

BufferBase::read value   ) 
 

Read data from the buffer.

Reimplemented in NullBuffer.

BufferBase::write value   ) 
 

Write data into the buffer.

Reimplemented in NullBuffer.


The documentation for this class was generated from the following file:
Generated on Mon Oct 29 15:51:43 2007 for OpenRTM by  doxygen 1.4.3