Typedef eCAL::SubEventCallbackT
Defined in File types.h
Typedef Documentation
-
typedef std::function<void(const STopicId &topic_id_, const SSubEventCallbackData &data_)> eCAL::SubEventCallbackT
Subscriber event callback function type.
Subscriber event callback function type. (deprecated)
- Param topic_id_:
The topic id struct of the received message.
- Param data_:
Event callback data structure with the event specific information.
- Param topic_name_:
The topic name of the subscriber that triggered the event.
- Param data_:
Event callback data structure with the event specific information.