Callback implementation after buffered input. More...
#include <ServerSerial/ServerSerial.h>
Public Member Functions | |
ImplementCallbackHelper2 () | |
Constructor. More... | |
ImplementCallbackHelper2 (ServerSerial *x) | |
void | onRead (Bottle &b) override |
Callback function. More... | |
Public Member Functions inherited from yarp::os::TypedReaderCallback< yarp::os::Bottle > | |
virtual | ~TypedReaderCallback () |
Destructor. More... | |
virtual void | onRead (yarp::os::Bottle &datum) |
Callback method. More... | |
virtual void | onRead (yarp::os::Bottle &datum, const yarp::os::TypedReader< yarp::os::Bottle > &reader) |
Callback method. More... | |
Protected Attributes | |
yarp::dev::ISerialDevice * | ser {nullptr} |
Callback implementation after buffered input.
Definition at line 37 of file ServerSerial.h.
ImplementCallbackHelper2::ImplementCallbackHelper2 | ( | ) |
Constructor.
x | is the instance of the container class using the callback. |
ImplementCallbackHelper2::ImplementCallbackHelper2 | ( | ServerSerial * | x | ) |
Definition at line 194 of file ServerSerial.cpp.
|
override |
Callback function.
b | is the Bottle being received. |
Definition at line 205 of file ServerSerial.cpp.
|
protected |
Definition at line 41 of file ServerSerial.h.