Base Slot class.
More...
#include <itpp/protocol/signals_slots.h>
|
| Base_Slot (const std::string slot_name="Unamed Base_Slot") |
| Default Constructor.
|
|
virtual | ~Base_Slot () |
| Desctuctor.
|
|
void | set_name (const std::string &slot_name) |
| set slot name
|
|
virtual void | operator() (DataType signal)=0 |
| ADD DOCUMENTATION HERE.
|
|
template<class DataType>
class itpp::Base_Slot< DataType >
Base Slot class.
Definition at line 56 of file signals_slots.h.
The documentation for this class was generated from the following file: