FACT++  1.0
int MessageImp::Alarm ( const std::string &  str)
inline

Definition at line 50 of file MessageImp.h.

References kAlarm, and Update().

Referenced by RemoteControl< Shell >::JsAlarm().

50 { return Update(str, kAlarm); }
char str[80]
Definition: test_client.c:7
int Update(const std::string &txt, int severity=kMessage)
Definition: MessageImp.cc:156
Error, something unexpected happened, but needs user intervention (i.e. it needs a signal to the user...
Definition: MessageImp.h:20

+ Here is the call graph for this function:

+ Here is the caller graph for this function: