23 static void setModelServiceURL(
const std::string& _url);
24 static const std::string& getModelServiceURL(
void);
26 static bool sendToModel(
MessageType _messageType,
const std::string& _message, std::string& _response);
35 std::string m_serviceUrl;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NOMOVE(___class)
Removes the default move constructor and move operator.
Definition OTClassHelper.h:18
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
#define OT_MODELAPI_API_EXPORT
Definition OTModelAPIExport.h:11
JSON document.
Definition JSON.h:276
Definition ModelAPIManager.h:19
MessageType
The message types describes how a message should be delivered.
Definition CommunicationTypes.h:10