FACT++  1.0
int StateMachineDimControl::ChangeState ( int  state)

Definition at line 73 of file StateMachineDimControl.cc.

References Readline::GetScript(), and Readline::GetScriptDepth().

74 {
76  /*
77  === This might be necessary for thread safety,
78  === but it break that the signal for the start of a new
79  === script arrives synchronously before the first output
80  === from the script
81 
82  // Post an anonymous event to the event loop
83  Event evt("");
84  evt.AssignFunction(bind(&StateMachineDimControl::ChangeState, this,
85  qos, time, Readline::GetScriptDepth(),
86  Readline::GetScript(), fScriptUser));
87  return PostEvent(evt);
88  */
89 }
Adds some functionality to boost::posix_time::ptime for our needs.
Definition: Time.h:30
static int GetScriptDepth()
Definition: Readline.h:114
int ChangeState(int qos, const Time &time, int scriptdepth, std::string scriptfile, std::string user)
static std::string GetScript()
Definition: Readline.h:118

+ Here is the call graph for this function: