Typedef eCAL::PubEventCallbackT#
Defined in File ecal_callback.h
Typedef Documentation#
-
using eCAL::PubEventCallbackT = std::function<void(const char*, const struct SPubEventCallbackData*)>#
Publisher event callback function type.
- Param topic_name_:
The topic name of the publisher that triggered the event.
- Param data_:
Event callback data structure with the event specific information.