Remove all the services associated with a given server.
Remove all the services associated with a given server
- Parameters
-
server | the server for which all the services should be removed |
Definition at line 698 of file datalogger.cc.
References Debug, and NumSubAndFitsType::numSubscriptions.
700 Info(
"Got request for removing all services from: "+server);
703 Warn(
"Request to remove all services, but corresponding server " + server +
" not found.");
713 if (server ==
"FAD_CONTROL")
717 Debug(
"Removed all subscriptions to " + server +
"/");
uint32_t numSubscriptions
int Debug(const std::string &str)
bool fDebugIsOn
configuration flags
unsigned int fRunNumberService
pointer to the dim's subscription that should distribute the run numbers.
int Warn(const std::string &str)
SubscriptionsListType fServiceSubscriptions
All the services to which we have subscribed to, sorted by server name.
NumSubAndFitsType fNumSubAndFitsData
int Info(const std::string &str)