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

#include <thread.h>

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

Public Member Functions

virtual void OnError (const std::exception &exc)=0
 Thread exited with error. More...
 
virtual void OnSuccess ()=0
 thread exited with Success. 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 23 of file thread.h.

Member Function Documentation

virtual void Common::ThreadObserver::OnError ( const std::exception &  exc)
pure virtual

Thread exited with error.

Implemented in OpcUa::Impl::BuiltinServerAddon.

virtual void Common::ThreadObserver::OnSuccess ( )
pure virtual

thread exited with Success.

Implemented in OpcUa::Impl::BuiltinServerAddon.


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