Public Member Functions | Private Attributes | List of all members
DeviceIOManagerAddon Class Reference
Inheritance diagram for DeviceIOManagerAddon:
Inheritance graph
[legend]

Public Member Functions

 DeviceIOManagerAddon ()
 
virtual void Initialize (Common::AddonsManager &, const Common::AddonParameters &)
 initialize addon. More...
 
bool IsInitialized () const
 
bool IsStopped () const
 
virtual void Stop ()
 Stopping addon work. After calling this method addon should throw exception on any calls. More...
 

Private Attributes

bool Initialized
 
bool Stopped
 

Detailed Description

Definition at line 101 of file addons_manager_test.cpp.

Constructor & Destructor Documentation

DeviceIOManagerAddon::DeviceIOManagerAddon ( )
inline

Definition at line 108 of file addons_manager_test.cpp.

Member Function Documentation

virtual void DeviceIOManagerAddon::Initialize ( Common::AddonsManager manager,
const Common::AddonParameters parameters 
)
inlinevirtual

initialize addon.

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

Implements Common::Addon.

Definition at line 114 of file addons_manager_test.cpp.

bool DeviceIOManagerAddon::IsInitialized ( ) const
inline

Definition at line 126 of file addons_manager_test.cpp.

bool DeviceIOManagerAddon::IsStopped ( ) const
inline

Definition at line 131 of file addons_manager_test.cpp.

virtual void DeviceIOManagerAddon::Stop ( )
inlinevirtual

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

Implements Common::Addon.

Definition at line 121 of file addons_manager_test.cpp.

Member Data Documentation

bool DeviceIOManagerAddon::Initialized
private

Definition at line 104 of file addons_manager_test.cpp.

bool DeviceIOManagerAddon::Stopped
private

Definition at line 105 of file addons_manager_test.cpp.


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