open62541pp 0.17.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::ValueCallbackBase Member List

This is the complete list of members for opcua::ValueCallbackBase, including all inherited members.

create(bool ownsAdapter) overrideopcua::ValueCallbackBasevirtual
onRead(Session &session, const NodeId &id, const NumericRange *range, const DataValue &value)=0opcua::ValueCallbackBasepure virtual
onWrite(Session &session, const NodeId &id, const NumericRange *range, const DataValue &value)=0opcua::ValueCallbackBasepure virtual
operator=(const PluginAdapter &)=defaultopcua::PluginAdapter< UA_ValueCallback >
operator=(PluginAdapter &&) noexcept=defaultopcua::PluginAdapter< UA_ValueCallback >
PluginAdapter()=defaultopcua::PluginAdapter< UA_ValueCallback >
PluginAdapter(const PluginAdapter &)=defaultopcua::PluginAdapter< UA_ValueCallback >
PluginAdapter(PluginAdapter &&) noexcept=defaultopcua::PluginAdapter< UA_ValueCallback >
PluginType typedefopcua::PluginAdapter< UA_ValueCallback >
~PluginAdapter()=defaultopcua::PluginAdapter< UA_ValueCallback >virtual