OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::foundation Namespace Reference

Functions

OT_SERVICEFOUNDATION_API_EXPORTONLY const char * performAction (const std::string &_json, const std::string &_senderURL)
 
OT_SERVICEFOUNDATION_API_EXPORTONLY const char * performActionOneWayTLS (const std::string &_json, const std::string &_senderURL)
 
OT_SERVICEFOUNDATION_API_EXPORTONLY const char * queueAction (const std::string &_json, const std::string &_senderURL)
 
OT_SERVICEFOUNDATION_API_EXPORTONLY const char * getServiceURL ()
 
OT_SERVICEFOUNDATION_API_EXPORTONLY int init (const std::string &_localDirectoryServiceURL, const std::string &_ownURL, const std::string &_sessionServiceURL, const std::string &_sessionID, ApplicationBase *_application)
 
OT_SERVICEFOUNDATION_API_EXPORTONLY int initDebugExplicit (const std::string &_localDirectoryServiceURL, const std::string &_ownURL, const std::string &_sessionServiceURL, const std::string &_sessionID, ApplicationBase *_application)
 

Function Documentation

◆ getServiceURL()

const char * ot::foundation::getServiceURL ( void )

◆ init()

int ot::foundation::init ( const std::string & _localDirectoryServiceURL,
const std::string & _ownURL,
const std::string & _sessionServiceURL,
const std::string & _sessionID,
ApplicationBase * _application )

◆ initDebugExplicit()

int ot::foundation::initDebugExplicit ( const std::string & _localDirectoryServiceURL,
const std::string & _ownURL,
const std::string & _sessionServiceURL,
const std::string & _sessionID,
ApplicationBase * _application )

◆ performAction()

const char * ot::foundation::performAction ( const std::string & _json,
const std::string & _senderURL )

◆ performActionOneWayTLS()

const char * ot::foundation::performActionOneWayTLS ( const std::string & _json,
const std::string & _senderURL )

◆ queueAction()

const char * ot::foundation::queueAction ( const std::string & _json,
const std::string & _senderURL )