Public Member Functions | |
virtual ReturnCode | advanceRptr (long int n=1) |
Forward n reading pointers. More... | |
virtual ReturnCode | advanceWptr (long int n=1) |
Forward n writing pointers. More... | |
virtual bool | empty (void) const |
Check on whether the buffer is empty. More... | |
virtual bool | full (void) const |
Check on whether the buffer is full. More... | |
virtual ReturnCode | get (DataType &value) |
Read data from the buffer. More... | |
virtual DataType & | get () |
Read data from the buffer. More... | |
virtual void | init (const coil::Properties &prop) |
Set the buffer. More... | |
virtual size_t | length (void) const |
Get the buffer length. More... | |
virtual ReturnCode | length (size_t n) |
Set the buffer length. More... | |
virtual ReturnCode | put (const DataType &value) |
Write data into the buffer. More... | |
virtual ReturnCode | read (DataType &value, long int sec=-1, long int nsec=-1) |
Read data from the buffer. More... | |
virtual size_t | readable () const |
Write data into the buffer. More... | |
virtual ReturnCode | reset () |
Reset the buffer status. More... | |
BUFFERSTATUS_ENUM | RingBufferMock (long int length=8) |
virtual DataType * | rptr (long int n=0) |
Get the reading pointer. More... | |
void | set_read_return_value (::RTC::BufferStatus::Enum value) |
void | setLogger (Logger *logger) |
virtual DataType * | wptr (long int n=0) |
Get the writing pointer. More... | |
virtual size_t | writable () const |
Get a writable number. More... | |
virtual ReturnCode | write (const DataType &value, long int sec=-1, long int nsec=-1) |
Write data into the buffer. More... | |
virtual | ~RingBufferMock (void) |
Public Member Functions inherited from RTC::BufferBase< DataType > | |
virtual BUFFERSTATUS_ENUM | ~BufferBase (void) |
Virtual destructor. More... | |
Static Public Attributes | |
static Logger | logger |
Private Attributes | |
std::vector< DataType > | m_buffer |
DataType | m_data |
Logger * | m_logger |
::RTC::BufferStatus::Enum | m_read_return_value |
Additional Inherited Members | |
Public Types inherited from RTC::BufferStatus | |
enum | Enum { BUFFER_OK = 0, BUFFER_ERROR, BUFFER_FULL, BUFFER_EMPTY, NOT_SUPPORTED, TIMEOUT, PRECONDITION_NOT_MET } |
DataPortStatus return codes. More... | |
Static Public Member Functions inherited from RTC::BufferStatus | |
static const char * | toString (Enum status) |
Convert BufferStatus into the string. More... | |
Definition at line 252 of file OutPortBaseTests.cpp.
|
inline |
Definition at line 257 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Definition at line 263 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Forward n reading pointers.
Pure virtual function to forward n reading pointers.
Implements RTC::BufferBase< DataType >.
Definition at line 368 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Forward n writing pointers.
Pure virtual function to forward n writing pointers.
Implements RTC::BufferBase< DataType >.
Definition at line 319 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Check on whether the buffer is empty.
Pure virtual function to check on whether the buffer is empty.
Implements RTC::BufferBase< DataType >.
Definition at line 414 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Check on whether the buffer is full.
Pure virtual function to check on whether the buffer is full.
Implements RTC::BufferBase< DataType >.
Definition at line 352 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Read data from the buffer.
Pure virtual function to read data form the buffer.
value | Data to read. |
Implements RTC::BufferBase< DataType >.
Definition at line 376 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Read data from the buffer.
Pure virtual function to read data from the buffer.
Implements RTC::BufferBase< DataType >.
Definition at line 384 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Set the buffer.
Implements RTC::BufferBase< DataType >.
Definition at line 280 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Get the buffer length.
Pure virtual function to get the buffer length.
Implements RTC::BufferBase< DataType >.
Definition at line 287 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Set the buffer length.
Pure virtual function to set the buffer length.
Implements RTC::BufferBase< DataType >.
Definition at line 295 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Write data into the buffer.
Pure virtual function to write data into the buffer.
value | Target data to write. |
Implements RTC::BufferBase< DataType >.
Definition at line 327 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Read data from the buffer.
Pure virtual function to read data from the buffer.
value | Read data. |
Implements RTC::BufferBase< DataType >.
Definition at line 392 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Write data into the buffer.
Pure virtual function to get a reading number.
Implements RTC::BufferBase< DataType >.
Definition at line 406 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Reset the buffer status.
Pure virtual function to reset the buffer status.
Implements RTC::BufferBase< DataType >.
Definition at line 303 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Get the reading pointer.
Pure virtual function to get the reading pointer.
Implements RTC::BufferBase< DataType >.
Definition at line 360 of file OutPortBaseTests.cpp.
|
inline |
Definition at line 272 of file OutPortBaseTests.cpp.
|
inline |
Definition at line 422 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Get the writing pointer.
Pure virtual function to get the writing pointer.
writeing | pinter or n previous pointer |
Implements RTC::BufferBase< DataType >.
Definition at line 311 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Get a writable number.
Pure virtual function to get a writable number.
Implements RTC::BufferBase< DataType >.
Definition at line 344 of file OutPortBaseTests.cpp.
|
inlinevirtual |
Write data into the buffer.
Pure virtual function to write data into the buffer.
value | Target data to write. |
Implements RTC::BufferBase< DataType >.
Definition at line 335 of file OutPortBaseTests.cpp.
|
static |
Definition at line 427 of file OutPortBaseTests.cpp.
|
private |
Definition at line 430 of file OutPortBaseTests.cpp.
|
private |
Definition at line 429 of file OutPortBaseTests.cpp.
|
private |
Definition at line 431 of file OutPortBaseTests.cpp.
|
private |
Definition at line 432 of file OutPortBaseTests.cpp.