FACT++
1.0
|
void EventImp::AddAllowedStates | ( | const std::string & | states | ) |
Add all states in the string to fAllowedStates.
states | A string containing the states. They can either be separated by whitespaces or commas, e.g. "1 2 3 4" or "1, 7, 9, 10". Note that no real consistency check is done. |
Definition at line 151 of file EventImp.cc.
References AddAllowedState(), and buffer.
Referenced by StateMachineImp::AddEvent(), and operator()().