|
DDS
ver. 1.6
|
This class implements slots subscription and slots calls associated with certain channel events. More...
#include <ChannelEventsImpl.h>
Public Types | |
| typedef boost::signals2::signal< void(T *)> | signal_t |
| typedef boost::signals2::connection | connection_t |
Public Member Functions | |
| CChannelEventsImpl () | |
| ~CChannelEventsImpl () | |
| connection_t | subscribeOnEvent (EChannelEvents _type, typename signal_t::slot_function_type _subscriber) |
| void | onEvent (EChannelEvents _type) |
This class implements slots subscription and slots calls associated with certain channel events.
| typedef boost::signals2::connection dds::protocol_api::CChannelEventsImpl< T >::connection_t |
| typedef boost::signals2::signal<void(T*)> dds::protocol_api::CChannelEventsImpl< T >::signal_t |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13