Skip to content
Snippets Groups Projects
Commit f0992db9 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9893: Force all code paths to rely on default dataslot mapping

parent 7a14646c
No related branches found
No related tags found
No related merge requests found
...@@ -834,6 +834,8 @@ bool Observation::_isStationName(const string& hostname) const ...@@ -834,6 +834,8 @@ bool Observation::_isStationName(const string& hostname) const
// //
bool Observation::_hasDataSlots(const ParameterSet* aPS) const bool Observation::_hasDataSlots(const ParameterSet* aPS) const
{ {
return true; // JD RT HACK: We supply default mappings if the dataslots arent found after all
ParameterSet::const_iterator iter = aPS->begin(); ParameterSet::const_iterator iter = aPS->begin();
ParameterSet::const_iterator end = aPS->end(); ParameterSet::const_iterator end = aPS->end();
while (iter != end) { while (iter != end) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment