FACT++  1.0
template<class T>
void RemoteControl< T >::SetSection ( int  s)
inlineprotected

Definition at line 72 of file RemoteControl.h.

72 { if (fImp) fImp->ChangeState(s); }
StateMachineDimControl * fImp
Definition: RemoteControl.h:70
int ChangeState(int qos, const Time &time, int scriptdepth, std::string scriptfile, std::string user)