Changeset 10657 for trunk/FACT++/src/StateMachineImp.cc
- Timestamp:
- 05/11/11 10:27:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineImp.cc
r10586 r10657 295 295 //! size of the memory which should be attached to the event 296 296 //! 297 //! @returns 298 //! false if the event is ignored, true otherwise. 299 //! 297 300 //! @todo 298 301 //! - Shell we check for the validity of a command at the current state, too? … … 333 336 //! event should be for. 334 337 //! 338 //! @returns 339 //! false if the event is ignored, true otherwise. 340 //! 335 341 //! @todo 336 342 //! - Shell we check for the validity of a command at the current state, too? … … 357 363 } 358 364 365 // -------------------------------------------------------------------------- 366 // 367 //! Return all event names of the StateMachine 368 //! 369 //! @returns 370 //! A vector of strings with all event names of the state machine. 371 //! The event names all have the SERVER/ pre-fix removed. 372 // 359 373 const vector<string> StateMachineImp::GetEventNames() const 360 374 { … … 1010 1024 //! if functions are assigned directly to any event to simulate 1011 1025 //! a running loop (e.g. block until Stop() was called or fExitRequested 1012 //! was set by an EXIT command. 1026 //! was set by an EXIT command. If dummy==true, fRunning is not set 1027 //! to true to allow handling events directly from the event handler. 1013 1028 //! 1014 1029 //! @returns
Note:
See TracChangeset
for help on using the changeset viewer.