Serveur OPCUA générique
|
Fonctions membres publiques | |
OpcServerPrivate () | |
~OpcServerPrivate () | |
Attributs publics | |
OpcUa_Boolean | m_isStarted |
UaMutex | m_mutex |
UaString | m_configurationFile |
UaString | m_applicationPath |
ServerConfig * | m_pServerConfig |
ServerManager * | m_pServerManager |
CoreModule * | m_pCoreModule |
UaModule * | m_pUaModule |
OpcServerCallback * | m_pOpcServerCallback |
list< NodeManager * > | m_listNodeManagers |
Class containing the private members for the OpcServer class.
|
inline |
|
inline |
UaString OpcServerPrivate::m_applicationPath |
UaString OpcServerPrivate::m_configurationFile |
OpcUa_Boolean OpcServerPrivate::m_isStarted |
list<NodeManager*> OpcServerPrivate::m_listNodeManagers |
UaMutex OpcServerPrivate::m_mutex |
CoreModule* OpcServerPrivate::m_pCoreModule |
OpcServerCallback* OpcServerPrivate::m_pOpcServerCallback |
ServerConfig* OpcServerPrivate::m_pServerConfig |
ServerManager* OpcServerPrivate::m_pServerManager |
UaModule* OpcServerPrivate::m_pUaModule |