FACT++  1.0
virtual std::pair<uint64_t, EventImp *> InterpreterV8::JsGetEvent ( const std::string &  )
inlinevirtual

Reimplemented in RemoteControl< T >, RemoteControl< Console >, RemoteControl< ConsoleStream >, and RemoteControl< Shell >.

Definition at line 221 of file InterpreterV8.h.

References AddFormatToGlobal(), JsHandleEvent(), JsHandleInterrupt(), JsHandleState(), JsRun(), and JsStop().

221 { return std::make_pair(0, (EventImp*)0); };
A general base-class describing events issues in a state machine.
Definition: EventImp.h:11

+ Here is the call graph for this function: