#include <xml_address_space_loader.h>
Public Member Functions | |
virtual void | Initialize (Common::AddonsManager &addons, const Common::AddonParameters ¶ms) |
initialize addon. More... | |
virtual void | Load (const char *path) |
virtual void | Stop () |
Stopping addon work. After calling this method addon should throw exception on any calls. More... | |
Private Member Functions | |
void | Load (const char *file, OpcUa::NodeManagementServices ®istry) |
Private Attributes | |
NodeManagementServices::SharedPtr | Registry |
Definition at line 46 of file xml_address_space_loader.h.
|
virtual |
initialize addon.
Implements Common::Addon.
Definition at line 23 of file xml_address_space_addon.cpp.
|
virtual |
Implements OpcUa::Server::XmlAddressSpace.
Definition at line 56 of file xml_address_space_addon.cpp.
|
private |
Definition at line 61 of file xml_address_space_addon.cpp.
|
virtual |
Stopping addon work. After calling this method addon should throw exception on any calls.
Implements Common::Addon.
Definition at line 51 of file xml_address_space_addon.cpp.
|
private |
Definition at line 61 of file xml_address_space_loader.h.