FACT++  1.0
template<class T>
bool RemoteControl< T >::JsSetState ( int  s)
inlineprotectedvirtual

Reimplemented from InterpreterV8.

Definition at line 181 of file RemoteControl.h.

181 { if (!fImp || fImp->GetCurrentState()<2) return false; SetSection(s-4); return true; }
int GetCurrentState() const
return the current state of the machine
StateMachineDimControl * fImp
Definition: RemoteControl.h:70
void SetSection(int s)
Definition: RemoteControl.h:72