Public Member Functions | List of all members
Common::Addon Class Referenceabstract

#include <addon.h>

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

Public Member Functions

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

Additional Inherited Members

- Private Member Functions inherited from Common::Interface
 Interface ()
 
 Interface (const Interface &)=delete
 
const Interfaceoperator= (const Interface &)=delete
 
virtual ~Interface ()
 

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 Tue Jan 19 2021 03:12:09