| 
| def  | __init__ (self) | 
|   | 
| def  | advanceRptr (self, n=1) | 
|   | Get the buffer length.  More...
  | 
|   | 
| def  | advanceWptr (self, n=1) | 
|   | Get the buffer length.  More...
  | 
|   | 
| def  | empty (self) | 
|   | Check on whether the buffer is empty.  More...
  | 
|   | 
| def  | full (self) | 
|   | Check on whether the buffer is full.  More...
  | 
|   | 
| def  | get (self) | 
|   | Get data from the buffer.  More...
  | 
|   | 
| def  | init (self, prop) | 
|   | 
| def  | length (self) | 
|   | Get the buffer length.  More...
  | 
|   | 
| def  | put (self, data) | 
|   | Write data into 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  | reset (self) | 
|   | Get the buffer length.  More...
  | 
|   | 
| def  | rptr (self, n=0) | 
|   | Get the buffer length.  More...
  | 
|   | 
| def  | wptr (self, n=0) | 
|   | Get the buffer length.  More...
  | 
|   | 
| def  | writable (self) | 
|   | Write data into the buffer.  More...
  | 
|   | 
| def  | write (self, value, sec=-1, nsec=-1) | 
|   | Write data into the buffer.  More...
  | 
|   | 
| def  | toString (self, status) | 
|   | 
Definition at line 22 of file CdrBufferBase.py.
 
      
        
          | def OpenRTM_aist.CdrBufferBase.CdrBufferBase.__init__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following file: