Changeset 14986
- Timestamp:
- 03/04/13 20:51:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/RemoteControl.h
r14985 r14986 167 167 bool JsSend(const std::string &str) { return ProcessCommand(str, false); } 168 168 void JsOut(const std::string &msg) { lin << msg << endl; } 169 void JsResult(const std::string &msg) { lin << kBlue << " = " << msg << '\n' << endl; } 169 170 void JsPrint(const std::string &msg) { if (fImp) fImp->Comment(msg.empty()?" ":msg); } 170 171 void JsAlarm(const std::string &msg) { if (fImp) fImp->Alarm(msg.empty()?" ":msg); }
Note:
See TracChangeset
for help on using the changeset viewer.