OpenRTM-aist-Python 1.2.1
List of all members
OpenRTM_aist.CdrBufferBase.CdrBufferBase Class Reference
Inheritance diagram for OpenRTM_aist.CdrBufferBase.CdrBufferBase:
OpenRTM_aist.BufferBase.BufferBase OpenRTM_aist.BufferStatus.BufferStatus

Additional Inherited Members

- Public Member Functions inherited from OpenRTM_aist.BufferBase.BufferBase
def length (self)
 Get the buffer length. More...
 
def reset (self)
 Get the buffer length. More...
 
def wptr (self, n=0)
 Get the buffer length. More...
 
def advanceWptr (self, n=1, unlock_enable=True)
 Get the buffer length. More...
 
def put (self, data)
 Write data into the buffer. More...
 
def write (self, value, sec=-1, nsec=-1)
 Write data into the buffer. More...
 
def writable (self)
 Write data into the buffer. More...
 
def full (self)
 Check on whether the buffer is full. More...
 
def rptr (self, n=0)
 Get the buffer length. More...
 
def advanceRptr (self, n=1, unlock_enable=True)
 Get the buffer length. More...
 
def get (self)
 Get data from the buffer. More...
 
def read (self, value, sec=-1, nsec=-1)
 Read data from the buffer. More...
 
def readable (self)
 Write data into the buffer. More...
 
def empty (self)
 Check on whether the buffer is empty. More...
 

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