Changeset 18425
- Timestamp:
- 01/29/16 10:27:50 (9 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDimControl.cc
r18167 r18425 135 135 InterpreterV8::JsStop(); 136 136 return GetCurrentState(); 137 } 138 139 void StateMachineDimControl::Stop(int code) 140 { 141 InterpreterV8::JsStop(); 142 StateMachineDim::Stop(code); 137 143 } 138 144 -
trunk/FACT++/src/StateMachineDimControl.h
r18167 r18425 77 77 void SetInterruptHandler(const std::function<int(const EventImp &)> &func=std::function<int(const EventImp &)>()) { fInterruptHandler = func; } 78 78 79 void Stop(int code=0); 80 79 81 public: 80 82 StateMachineDimControl(std::ostream &out=std::cout);
Note:
See TracChangeset
for help on using the changeset viewer.