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