|
neic-glass3
1.4.6
|
glasscore messaging interface More...
#include <IGlassSend.h>


Public Member Functions | |
| virtual void | recieveGlassMessage (std::shared_ptr< json::Object > com)=0 |
| Send data to glasscore. More... | |
glasscore messaging interface
The IGlassSend interface is implemented by concrete classes providing a standardized interface for other classes to send information to the glasscore library via the Send() function.
|
pure virtual |
Send data to glasscore.
This pure virtual function is implemented by a concrete class to receive data for glasscore.
| com | - A pointer to a json::object containing the data to send to glasscore. |
Implemented in glass3::process::Associator.
1.8.11