source: trunk/FACT++/src/StateMachineImp.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14719   12 years tbretz Some output was misformated.
(edit) @14567   12 years tbretz Fixed a problem with the mutics. If an event is unsubscribed, it can ...
(edit) @14558   12 years tbretz Slight modification to addining new states; updating states is now ...
(edit) @14124   12 years tbretz Added locking to subscription and unsubscription of events. This ...
(edit) @14072   12 years tbretz I don't know what exactly it is about the deque I am using, but it ...
(edit) @14005   12 years tbretz replaced more 'const char *' by std::string&
(edit) @14002   12 years tbretz Replaced some 'const char*' with a const-refernce to a std::string
(edit) @13951   12 years tbretz Enable to buffer all events per default until the main event loop has ...
(edit) @13909   12 years tbretz Du buffer events outside of the loop. Note that if you stay to long ...
(edit) @13834   12 years tbretz Removed the target state stuff the Configuration and Transition ...
(edit) @13217   13 years tbretz Some improved debug output.
(edit) @13068   13 years tbretz Removed some old debug output when commands are issued.
(edit) @12126   13 years tbretz Made --help output more compatible with help2man.
(edit) @11468   13 years tbretz Only plot the created commands in debig mode.
(edit) @11399   13 years tbretz Added microseconds to time output.
(edit) @11302   13 years tbretz Added PrintListOfAllowedEvents
(edit) @11287   13 years tbretz Added locking around HandleEvent
(edit) @11061   13 years tbretz Improved the output when a command was added; suppress anything inside ...
(edit) @10977   13 years tbretz Added some debug messages to see when commands get posted and/or handled.
(edit) @10873   13 years tbretz Replaced a self-done loop by std::find; changed some comments.
(edit) @10780   13 years tbretz Replaced stringstream in log-stream by ostringstream.
(edit) @10720   13 years tbretz Improved some log-output.
(edit) @10690   13 years tbretz Updated docu according to latest changes.
(edit) @10688   13 years tbretz Renamed AddConfiguration and AddTransition to AddEvent
(edit) @10657   13 years tbretz Added or improved documentation.
(edit) @10586   13 years tbretz Changed the logic in Run() in a way that fExitRequeted is reset at the ...
(edit) @10498   13 years tbretz Use stringstreams to replace Form not strings and +=
(edit) @10497   13 years tbretz Removed the last usage of Tools::Form.
(edit) @10496   13 years tbretz Removed usage of Tools::Form.
(edit) @10490   13 years tbretz Fixed a severe bug in destructor deleting the fEventQueue elements, do ...
(edit) @10450   13 years tbretz Fixed a wrong info in a SetCurrentState call.
(edit) @10429   13 years tbretz Moved the tools function into their own namespace to get rid of ...
(edit) @10424   13 years tbretz Suppress server name when in PrintListOfEvents
(edit) @10385   13 years tbretz Moved setting of default states to a protected memeber function; made ...
(edit) @10370   13 years tbretz Fixed a typo in a comment.
(edit) @10344   13 years tbretz Added arguments to PrintListOfEvents.
(edit) @10327   13 years tbretz Switched on the non dim-standard formats for DimCommands; improved the ...
(edit) @10314   13 years tbretz Added descriptions for the default states; added PrintListOfStates ...
(edit) @10309   13 years tbretz Added typedef for StateNames; changed the getter such that they can ...
(edit) @10300   13 years tbretz Fixed typo in function name.
(edit) @10294   13 years tbretz AddTransitions and AddConfiguration now return a reference; ...
(edit) @10289   13 years tbretz The Converter functions now throw exceptions. The previous way of ...
(edit) @10273   13 years tbretz Adapted to new interface of Converter class, added the possibility to ...
(edit) @10218   14 years tbretz Replaced deque by queue
(add) @10183   14 years tbretz New import.
Note: See TracRevisionLog for help on using the revision log.