throwstd::runtime_error("Error parsing processors @"+generatePath(file)+". Please make sure that each processor has 'type', 'name', 'plugin' and 'sensor_name' entries.");
throwstd::runtime_error("Error parsing callbacks @"+generatePath(file)+". Please make sure that each callback 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', 'subscriber', 'topic' and 'sensor_name' entries.");
}
//TODO: Defined for testing purposes, maybe should be removed when releasing