Typedef eCAL::ServerEventCallbackT

Typedef Documentation

typedef std::function<void(const char *name_, const struct SServerEventCallbackData *data_)> eCAL::ServerEventCallbackT

Server event callback function type.

Parameters
  • name_ – The name of the connection that triggered the event.

  • data_ – Event callback data structure with the event specific informations.