Skip to content

Commit

Permalink
Change SourceIDConf.id to .sid to avoid conflicts in the OKS layer
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Apr 10, 2024
1 parent 58111a5 commit cbe19a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TCProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ TCProcessor::conf(const appdal::ReadoutModule* cfg)
m_mandatory_links.push_back(
dfmessages::SourceID{
daqdataformats::SourceID::string_to_subsystem(link->get_subsystem()),
link->get_id()});
link->get_sid()});
}
for(auto const& link : mtrg->get_enabled_source_ids()){
m_mandatory_links.push_back(
dfmessages::SourceID{
daqdataformats::SourceID::string_to_subsystem(link->get_subsystem()),
link->get_id()});
link->get_sid()});
}


Expand Down

0 comments on commit cbe19a9

Please sign in to comment.