throwstd::runtime_error("Error parsing subscriber managers @"+generatePath(file)+". Please make sure that each manager has 'package', 'subscriber', 'topic' and 'sensor_name' entries.");
throwstd::runtime_error("Error parsing subscriber managers @"+generatePath(file)+". Please make sure that each manager has 'package', 'type', 'topic' and 'sensor_name' entries.");
}
//TODO: Defined for testing purposes, maybe should be removed when releasing
if(notinserted_it.second)WOLF_WARN("Skipping key '",key,"' with value '",value,"'. There already exists the register: (",inserted_it.first->first,",",inserted_it.first->second,")");
if(notinserted_it.second)WOLF_WARN("Skipping key '",key,"' with value '",value,"'. There already exists the register: (",inserted_it.first->first,",",inserted_it.first->second,")");