Typedef eCAL::PubEventCallbackT

Typedef eCAL::PubEventCallbackT#

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.