FACT++
1.0
|
const string StateMachineImp::GetStateDescription | ( | int | state | ) | const |
This functions works in analogy to GetStateName, but the state number is added in []-parenthesis after the state name if it is available.
state | The state for which the name should be returned. |
Definition at line 733 of file StateMachineImp.cc.
References GetStateName(), and str.
Referenced by RemoteControl< Shell >::JsGetCurrentState().