open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::detail::NodeContext Struct Reference

#include <server_context.hpp>

Detailed Description

Definition at line 17 of file server_context.hpp.

Public Attributes

ValueCallback valueCallback
 
ValueBackendDataSource dataSource
 
std::function< void(Span< const Variant > input, Span< Variant > output)> methodCallback
 

Member Data Documentation

◆ valueCallback

ValueCallback opcua::detail::NodeContext::valueCallback

Definition at line 18 of file server_context.hpp.

◆ dataSource

ValueBackendDataSource opcua::detail::NodeContext::dataSource

Definition at line 19 of file server_context.hpp.

◆ methodCallback

std::function<void(Span<const Variant> input, Span<Variant> output)> opcua::detail::NodeContext::methodCallback

Definition at line 21 of file server_context.hpp.