1 #ifndef OUTPUTINTERFACE_H 2 #define OUTPUTINTERFACE_H 30 virtual void sendToOutput(std::shared_ptr<json::Object> data) = 0;
34 #endif // OUTPUTINTERFACE_H The output message interface, used in sending data to output classes in neic-glass3.
Definition: outputinterface.h:19
virtual void sendToOutput(std::shared_ptr< json::Object > data)=0
Send output data.
The neic-glass3 project namespace containing all the classes and functions that make up neic-glass3...