Changeset 10300 for trunk/FACT++/src/StateMachineImp.cc
- Timestamp:
- 04/07/11 12:40:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineImp.cc
r10294 r10300 646 646 //! 647 647 //! @returns 648 //! The state name as stored in fStateName is returnedcorresponding648 //! The state name as stored in fStateNames is returned, corresponding 649 649 //! to the state given. If no name exists the number is returned 650 650 //! as string. … … 656 656 } 657 657 658 const string StateMachineImp::GetStateDoc(int state) /*const*/ 658 // -------------------------------------------------------------------------- 659 // 660 //! @param state 661 //! The state for which the name should be returned. 662 //! 663 //! @returns 664 //! The description of a state name as stored in fStateNames is returned, 665 //! corresponding to the state given. If no name exists an empty string is 666 //! returned. 667 //! 668 const string StateMachineImp::GetStateDesc(int state) /*const*/ 659 669 { 660 670 return fStateNames[state].second; 661 671 } 662 663 672 664 673 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.