|
neic-glass3
1.4.6
|
The associator messaging interface, used in sending configuration and input data to neic-glass3, specifically the glasscore libraries. More...
#include <associatorinterface.h>


Public Member Functions | |
| virtual void | sendToAssociator (std::shared_ptr< json::Object > &message)=0 |
| Send data to associator. More... | |
The associator messaging interface, used in sending configuration and input data to neic-glass3, specifically the glasscore libraries.
The iAssociator interface is a class interface implemented by class that allocate, start, and monitor an instance of the glasscore associator library. This interface provides a method for sending messages (such as configuration or input data) to glasscore via the sendtoassociator() function.
|
pure virtual |
Send data to associator.
This pure virtual function is implemented by a class to receive messages (such as configuration or input data) for the associator library.
| message | - A std::shared_ptr to a json::object containing the data to send to the associator library. |
Implemented in glass3::process::Associator.
1.8.11