#include <model.h>
Public Member Functions | |
| Object | GetObject (const NodeId &id) const |
| ObjectType | GetObjectType (const NodeId &typeId) const |
| Services::SharedPtr | GetServices () const |
| Object | RootObject () const |
| Server (Services::SharedPtr services) | |
Private Attributes | |
| Services::SharedPtr | Connection |
| OpcUa::Model::Server::Server | ( | Services::SharedPtr | services | ) |
Definition at line 26 of file model_server.cpp.
Definition at line 36 of file model_server.cpp.
| ObjectType OpcUa::Model::Server::GetObjectType | ( | const NodeId & | typeId | ) | const |
Definition at line 41 of file model_server.cpp.
| Services::SharedPtr OpcUa::Model::Server::GetServices | ( | ) | const |
Definition at line 46 of file model_server.cpp.
| Object OpcUa::Model::Server::RootObject | ( | ) | const |
Definition at line 31 of file model_server.cpp.
|
private |