libhomegear-base  0.7
Base library for Homegear and Homegear family modules.
ScriptInfo.h File Reference
#include "../Sockets/ServerInfo.h"
#include "../Encoding/Http.h"
#include <string>
#include <mutex>
#include <condition_variable>
#include <functional>
#include "../Sockets/TcpSocket.h"

Go to the source code of this file.

Classes

class  BaseLib::ScriptEngine::ScriptInfo
 This class provides hooks into the script engine server so family modules can be notified about finished script executions. More...
 

Namespaces

 BaseLib
 
 BaseLib::ScriptEngine
 

Typedefs

typedef std::shared_ptr< RpcClientInfo > BaseLib::PRpcClientInfo
 
typedef std::shared_ptr< ScriptInfo > BaseLib::ScriptEngine::PScriptInfo
 
typedef std::shared_ptr< ScriptInfoCli > BaseLib::ScriptEngine::PScriptInfoCli
 
typedef std::shared_ptr< ScriptInfoWeb > BaseLib::ScriptEngine::PScriptInfoWeb
 
typedef std::shared_ptr< ScriptInfoDevice > BaseLib::ScriptEngine::PScriptInfoDevice