Public Member Functions
Common::Addon Class Reference

#include <addon.h>

Inheritance diagram for Common::Addon:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DEFINE_CLASS_POINTERS (Addon)
virtual void Initialize (AddonsManager &manager, const AddonParameters &parameters)=0
 initialize addon.
virtual void Stop ()=0
 Stopping addon work. After calling this method addon should throw exception on any calls.

Detailed Description

Definition at line 22 of file common/addons_core/addon.h.


Member Function Documentation

virtual void Common::Addon::Initialize ( AddonsManager manager,
const AddonParameters parameters 
) [pure virtual]

initialize addon.

Note:
Calls when all addons dependencies resolved. suppose that addon fully ready for work.

Implemented in DeviceIOManagerAddon, PropertyTreeAddon, OpcUa::Internal::XmlAddressSpaceAddon, OpcUa::Impl::BuiltinServerAddon, and OpcUa::Internal::AddressSpaceAddon.

virtual void Common::Addon::Stop ( ) [pure virtual]

Stopping addon work. After calling this method addon should throw exception on any calls.

Implemented in DeviceIOManagerAddon, PropertyTreeAddon, OpcUa::Internal::XmlAddressSpaceAddon, OpcUa::Impl::BuiltinServerAddon, and OpcUa::Internal::AddressSpaceAddon.


The documentation for this class was generated from the following file:


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:24:59