#include <funneldevice.h>
Inheritance diagram for UserOfFunnelDevice:
Public Methods | |
virtual void | receiveData (XmlChar *data, size_t size)=0 |
Receive the data of given size. More... |
Inherit this class whenever you want your class to be able to receive XmlChar strings via the FunnelDevice.
Definition at line 132 of file funneldevice.h.
|
Receive the data of given size.
This method is called when the data arrive from the FunnelDevice.
Implemented in XmlAdaptiveModel. |