#include <server_operations.h>
Public Member Functions | |
std::vector< DataValue > | ReadAttributes (std::vector< ReadValueId > &attributes) |
std::vector< DataValue > | ReadAttributes (std::vector< Node > &nodes, AttributeId attr) |
std::vector< Node > | RegisterNodes (std::vector< Node > &) |
void | UnregisterNodes (std::vector< Node > &) |
void | WriteAttributes (std::vector< WriteValue > &) |
Protected Member Functions | |
ServerOperations (Services::SharedPtr Server) | |
Private Attributes | |
Services::SharedPtr | Server |
friend | UaClient |
friend | UaServer |
Definition at line 12 of file server_operations.h.
OpcUa::ServerOperations::ServerOperations | ( | Services::SharedPtr | Server | ) | [protected] |
Definition at line 4 of file server_operations.cpp.
std::vector< DataValue > OpcUa::ServerOperations::ReadAttributes | ( | std::vector< ReadValueId > & | attributes | ) |
Definition at line 14 of file server_operations.cpp.
std::vector< DataValue > OpcUa::ServerOperations::ReadAttributes | ( | std::vector< Node > & | nodes, |
AttributeId | attr | ||
) |
Definition at line 22 of file server_operations.cpp.
std::vector< Node > OpcUa::ServerOperations::RegisterNodes | ( | std::vector< Node > & | nodes | ) |
Definition at line 34 of file server_operations.cpp.
void OpcUa::ServerOperations::UnregisterNodes | ( | std::vector< Node > & | nodes | ) |
Definition at line 51 of file server_operations.cpp.
void OpcUa::ServerOperations::WriteAttributes | ( | std::vector< WriteValue > & | updates | ) |
Definition at line 8 of file server_operations.cpp.
Services::SharedPtr OpcUa::ServerOperations::Server [private] |
Definition at line 16 of file server_operations.h.
friend OpcUa::ServerOperations::UaClient [private] |
Definition at line 13 of file server_operations.h.
friend OpcUa::ServerOperations::UaServer [private] |
Definition at line 14 of file server_operations.h.