Go to the documentation of this file.
231 def write(self, value, sec=-1, nsec=-1):
369 def read(self, value, sec = -1, nsec = -1):
503 def write(self, value, sec=-1, nsec=-1):
528 value[0] = self.
get()
def put(self, data)
Write data into the buffer.
def put(self, data)
Write data into the buffer.
def isFull(self)
Always false.
def empty(self)
Check on whether the buffer is empty.
def getRef(self)
Get the buffer's reference to be written the next.
def rptr(self, n=0)
Get the buffer length.
def wptr(self, n=0)
Get the buffer length.
def isEmpty(self)
Always false.
BufferBase abstract class.
def writable(self)
Write data into the buffer.
def read(self, value, sec=-1, nsec=-1)
Read data from the buffer.
def get(self)
Get data from the buffer.
def advanceWptr(self, n=1)
Get the buffer length.
def length(self)
Get the buffer length.
def full(self)
Check on whether the buffer is full.
def __init__(self, size=None)
def write(self, value, sec=-1, nsec=-1)
Write data into the buffer.
def length(self)
Get the buffer length.
def readable(self)
Write data into the buffer.
def read(self, value)
Read data from the buffer.
def advanceRptr(self, n=1)
Get the buffer length.
def get(self)
Get data from the buffer.
def reset(self)
Get the buffer length.
def write(self, value, sec=-1, nsec=-1)
Write data into the buffer.