|
def | __init__ (self) |
|
def | __init__ (self, length=RINGBUFFER_DEFAULT_LENGTH) |
| Constructor. More...
|
|
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, value=None) |
| Write data into the buffer. More...
|
|
def | init (self, prop) |
| void init(const coil::Properties& prop) More...
|
|
def | length (self, n=None) |
| Get the buffer length. More...
|
|
def | put (self, value) |
| 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 | 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=0) |
| Write data into the buffer. More...
|
|
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 CdrRingBuffer.py.