Typedef eCAL::SubEventCallbackT#

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.