Typedef eCAL::RegistrationCallbackT

Typedef Documentation

typedef std::function<void(const char *sample_, int sample_size_)> eCAL::RegistrationCallbackT

Registration callback type.

Parameters
  • sample_ – The sample protocol buffer registration payload buffer.

  • sample_size_ – The payload buffer size.