Typedef eCAL::SubEventCallbackT
Contents
Typedef eCAL::SubEventCallbackT#
Defined in File ecal_callback.h
Typedef Documentation#
-
typedef std::function<void(const char *topic_name_, const struct SSubEventCallbackData *data_)> eCAL::SubEventCallbackT#
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 informations.