neic-glass3  1.4.6
IGlassSend.h
Go to the documentation of this file.
1 /*****************************************
2  * This file is documented for Doxygen.
3  * If you modify this file please update
4  * the comments so that Doxygen will still
5  * be able to work.
6  ****************************************/
7 #ifndef IGLASSSEND_H
8 #define IGLASSSEND_H
9 
10 #include <json.h>
11 #include <memory>
12 
20 namespace glasscore {
21 
31 struct IGlassSend {
41  virtual void recieveGlassMessage(std::shared_ptr<json::Object> com) = 0;
42 };
43 } // namespace glasscore
44 #endif // IGLASSSEND_H
virtual void recieveGlassMessage(std::shared_ptr< json::Object > com)=0
Send data to glasscore.
glasscore messaging interface
Definition: IGlassSend.h:31
The namespace containing the core algorithm.
Definition: Correlation.h:17