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

Additional Inherited Members

- Public Member Functions inherited from OpenRTM_aist.RingBuffer.RingBuffer
def __init__ (self, length=RINGBUFFER_DEFAULT_LENGTH)
 Constructor. More...
 
def init (self, prop)
 void init(const coil::Properties& prop)
 
def length (self, n=None)
 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, value)
 Write data into the buffer. More...
 
def write (self, value, sec=-1, nsec=0)
 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, value=None)
 Write data into the buffer. More...
 
def read (self, value, sec=-1, nsec=0)
 Readout 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...
 
- 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...
 

Detailed Description

 

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