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