Typedef eCAL::RegistrationCallbackT
Contents
Typedef eCAL::RegistrationCallbackT#
Defined in File ecal_callback.h
Typedef Documentation#
-
typedef std::function<void(const char *sample_, int sample_size_)> eCAL::RegistrationCallbackT#
Registration callback type.
- Param sample_
The sample protocol buffer registration payload buffer.
- Param sample_size_
The payload buffer size.