FACT++  1.0
void DimServiceInfoList::SendDimCommand ( const std::string &  server,
const std::string &  str 
) const

Calls SendDimCommand(const string &, string, ostream &) and dumps the output.

Parameters
serverThe name of the server to which the command should be send, e.g. DRIVE
strCommand and data, eg "TRACK 12.5 13.8"
Exceptions
seeSendDimCommand(const string &, string, ostream &)

Definition at line 748 of file DimServiceInfoList.cc.

749 {
750  ostringstream dummy;
751  SendDimCommand(server, str, dummy);
752 }
char str[80]
Definition: test_client.c:7
bool SendDimCommand(std::ostream &lout, const std::string &server, const std::string &str) const