FACT++
1.0
|
bool DimServiceInfoList::SendDimCommand | ( | std::ostream & | lout, |
const std::string & | server, | ||
const std::string & | str | ||
) | const |
Catches the runtime_erros thrown by SendDimCommand(const string &, string, ostream &) and redirects the error message to the output stream.
lout | the ostream to which errors and debug output is redirected |
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" |
Definition at line 719 of file DimServiceInfoList.cc.
References kRed.
Referenced by DimServiceInfoListImp::SendDimCommand(), and ~DimServiceInfoList().