Typedef eCAL::ClientEventCallbackT
Contents
Typedef eCAL::ClientEventCallbackT#
Defined in File ecal_callback.h
Typedef Documentation#
-
typedef std::function<void(const char *name_, const struct SClientEventCallbackData *data_)> eCAL::ClientEventCallbackT#
Client event callback function type.
- Param name_
The name of the connection that triggered the event.
- Param data_
Event callback data structure with the event specific informations.