FACT++  1.0
string ServiceList::GetFormat ( const std::string &  server,
const std::string &  name 
) const

Get the format of a command or service

Parameters
serverthe server name, e.g. SERVER
namethe service name, e.g. EXIT
Returns
the format corresponding to the given service. If the service is not found an empty string is returned.

Definition at line 388 of file ServiceList.cc.

Referenced by end(), PrintDescription(), PrintServiceList(), and SendDimCommand().

389 {
390  return GetFormat(server+'/'+name);
391 }
std::string GetFormat(const std::string &server, const std::string &name) const
Definition: ServiceList.cc:388

+ Here is the caller graph for this function: