OpenRTM-aist-Python 1.2.1
Public Member Functions | List of all members
OpenRTM_aist.BufferBase.NullBuffer Class Reference
Inheritance diagram for OpenRTM_aist.BufferBase.NullBuffer:
OpenRTM_aist.BufferBase.BufferBase OpenRTM_aist.BufferStatus.BufferStatus

Public Member Functions

def length (self)
 Get the buffer length. More...
 
def write (self, value, sec=-1, nsec=-1)
 Write data into the buffer. More...
 
def read (self, value)
 Read data from the buffer. More...
 
def isFull (self)
 Always false.
 
def isEmpty (self)
 Always false.
 
def put (self, data)
 Write data into the buffer. More...
 
def get (self)
 Get data from the buffer. More...
 
def getRef (self)
 Get the buffer's reference to be written the next. 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

 

Member Function Documentation

def OpenRTM_aist.BufferBase.NullBuffer.get (   self)

Get data from the buffer.

def OpenRTM_aist.BufferBase.NullBuffer.getRef (   self)

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

def OpenRTM_aist.BufferBase.NullBuffer.length (   self)

Get the buffer length.

Returns
buffer length(always 1)
def OpenRTM_aist.BufferBase.NullBuffer.put (   self,
  data 
)

Write data into the buffer.

def OpenRTM_aist.BufferBase.NullBuffer.read (   self,
  value 
)

Read data from the buffer.

def OpenRTM_aist.BufferBase.NullBuffer.write (   self,
  value,
  sec = -1,
  nsec = -1 
)

Write data into the buffer.


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