#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 13 of file server_operations.h.
|
protected |
Definition at line 5 of file server_operations.cpp.
std::vector< DataValue > OpcUa::ServerOperations::ReadAttributes | ( | std::vector< ReadValueId > & | attributes | ) |
Definition at line 15 of file server_operations.cpp.
std::vector< DataValue > OpcUa::ServerOperations::ReadAttributes | ( | std::vector< Node > & | nodes, |
AttributeId | attr | ||
) |
Definition at line 23 of file server_operations.cpp.
Definition at line 38 of file server_operations.cpp.
void OpcUa::ServerOperations::UnregisterNodes | ( | std::vector< Node > & | nodes | ) |
Definition at line 59 of file server_operations.cpp.
void OpcUa::ServerOperations::WriteAttributes | ( | std::vector< WriteValue > & | updates | ) |
Definition at line 9 of file server_operations.cpp.
|
private |
Definition at line 18 of file server_operations.h.
|
private |
Definition at line 15 of file server_operations.h.
|
private |
Definition at line 16 of file server_operations.h.