Typedef eCAL::PubEventCallbackT
Defined in File types.h
Typedef Documentation
-
typedef std::function<void(const STopicId &topic_id_, const SPubEventCallbackData &data_)> eCAL::PubEventCallbackT
Publisher event callback function type.
Publisher 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 publisher that triggered the event.
- Param data_:
Event callback data structure with the event specific information.