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.
- Parameters
topic_name_ – The topic name of the publisher that triggered the event.
data_ – Event callback data structure with the event specific informations.