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.
server | The name of the server to which the command should be send, e.g. DRIVE |
str | Command and data, eg "TRACK 12.5 13.8" |
see | SendDimCommand(const string &, string, ostream &) |
Definition at line 748 of file DimServiceInfoList.cc.