FACT++  1.0
void StateMachineImp::EnableBuffer ( bool  b = true)
inline

Used to enable or disable buffering of events outside of the main loop.

Definition at line 135 of file StateMachineImp.h.

References PostEvent(), and str.

135 { fBufferEvents=b; }
bool fBufferEvents
Conditional to signal run the an event is waiting.

+ Here is the call graph for this function: