neic-glass3  1.4.6
Public Member Functions | List of all members
glasscore::IGlassSend Interface Referenceabstract

glasscore messaging interface More...

#include <IGlassSend.h>

Inheritance diagram for glasscore::IGlassSend:
Inheritance graph
Collaboration diagram for glasscore::IGlassSend:
Collaboration graph

Public Member Functions

virtual void recieveGlassMessage (std::shared_ptr< json::Object > com)=0
 Send data to glasscore. More...
 

Detailed Description

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.

Member Function Documentation

virtual void glasscore::IGlassSend::recieveGlassMessage ( std::shared_ptr< json::Object >  com)
pure virtual

Send data to glasscore.

This pure virtual function is implemented by a concrete class to receive data for glasscore.

Parameters
com- A pointer to a json::object containing the data to send to glasscore.

Implemented in glass3::process::Associator.


The documentation for this interface was generated from the following file: