Skip to content

Commit

Permalink
Commented sample_name_ in ecal_registration_receiver_udp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Aug 29, 2024
1 parent cb2f7fb commit 0e61a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using namespace eCAL;
eCAL::CRegistrationReceiverUDP::CRegistrationReceiverUDP(RegistrationApplySampleCallbackT apply_sample_callback, const Registration::UDP::SReceiverAttributes& attr_)
: m_registration_receiver(std::make_unique<UDP::CSampleReceiver>(
Registration::UDP::ConvertToIOUDPReceiverAttributes(attr_),
[](const std::string& sample_name_) {return true; },
[](const std::string& /*sample_name_*/) {return true; },
[apply_sample_callback](const char* serialized_sample_data_, size_t serialized_sample_size_) {
Registration::Sample sample;
if (!DeserializeFromBuffer(serialized_sample_data_, serialized_sample_size_, sample)) return false;
Expand Down

0 comments on commit 0e61a47

Please sign in to comment.