Public Member Functions | Private Attributes
OpenRTM_aist.BufferBase.NullBuffer Class Reference
Inheritance diagram for OpenRTM_aist.BufferBase.NullBuffer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def get
 Get data from the buffer.
def getRef
 Get the buffer's reference to be written the next.
def isEmpty
 Always false.
def isFull
 Always false.
def isNew
def length
 Get the buffer length.
def put
 Write data into the buffer.
def read
 Read data from the buffer.
def write
 Write data into the buffer.

Private Attributes

 _data
 _inited
 _is_new
 _length

Detailed Description

Definition at line 437 of file BufferBase.py.


Constructor & Destructor Documentation

def OpenRTM_aist.BufferBase.NullBuffer.__init__ (   self,
  size = None 
)

Definition at line 457 of file BufferBase.py.


Member Function Documentation

Get data from the buffer.

Reimplemented from OpenRTM_aist.BufferBase.BufferBase.

Definition at line 630 of file BufferBase.py.

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

Definition at line 653 of file BufferBase.py.

Always false.

Definition at line 569 of file BufferBase.py.

Always false.

Definition at line 548 of file BufferBase.py.

Definition at line 589 of file BufferBase.py.

Get the buffer length.

Returns:
buffer length(always 1)

Reimplemented from OpenRTM_aist.BufferBase.BufferBase.

Definition at line 482 of file BufferBase.py.

def OpenRTM_aist.BufferBase.NullBuffer.put (   self,
  data 
)

Write data into the buffer.

Reimplemented from OpenRTM_aist.BufferBase.BufferBase.

Definition at line 608 of file BufferBase.py.

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

Read data from the buffer.

Definition at line 525 of file BufferBase.py.

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

Write data into the buffer.

Reimplemented from OpenRTM_aist.BufferBase.BufferBase.

Definition at line 503 of file BufferBase.py.


Member Data Documentation

Definition at line 457 of file BufferBase.py.

Definition at line 457 of file BufferBase.py.

Definition at line 457 of file BufferBase.py.

Definition at line 457 of file BufferBase.py.


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


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Aug 27 2015 14:17:28