Callback abstract class on read() More...
#include <PortCallback.h>
Public Member Functions | |
virtual void | operator() ()=0 |
Callback function. More... | |
virtual | ~OnRead (void) |
Destructor. More... | |
Callback abstract class on read()
This is the interface for callback invoked immediately before data is done read() from the InPort's buffer.
Definition at line 323 of file PortCallback.h.
|
inlinevirtual |
|
pure virtual |
Callback function.
This is the callback method invoked immediately before data is readout from the buffer.
Implemented in InPort::OnReadMock< DataType >.