TOBI SignalServer
0.1
|
Builder base class for HWThreads... it provides a factory method. More...
#include <hw_thread_builder.h>
Public Member Functions | |
virtual HWThread * | createInstance (boost::asio::io_service &io, ticpp::Iterator< ticpp::Element > hw) const =0 |
Builder base class for HWThreads... it provides a factory method.
instances of subclasses of this class should be registered in the HWThreadFactory; this factory calls the createInstance method to create concrete instances of HWThread
Definition at line 56 of file hw_thread_builder.h.