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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19064   6 years tbretz Some minor changes to make it compatible with newer sets of headers.
(edit) @16730   11 years tbretz Changed the default queue in three ways: 1) Execute() is called after ...
(edit) @16726   11 years tbretz Changed the scope of some variables and functions to allow for ...
(edit) @16089   11 years tbretz Use empty() instead of size() where possible; replaced queues by list ...
(edit) @14558   12 years tbretz Slight modification to addining new states; updating states is now ...
(edit) @14351   12 years tbretz The state from the callback was not yet properly propagated. ...
(edit) @14124   12 years tbretz Added locking to subscription and unsubscription of events. This ...
(edit) @14008   12 years tbretz If no exit code is given explicitly, assume that everything was ok.
(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) @13834   12 years tbretz Removed the target state stuff the Configuration and Transition ...
(edit) @12956   13 years tbretz To dfine the virtual Run() function a new class MainImp is used now ...
(edit) @11928   13 years tbretz Added a enum defining the first available user state.
(edit) @11302   13 years tbretz Added PrintListOfAllowedEvents
(edit) @11288   13 years tbretz Added virtual functions for Lock and Unlock
(edit) @10712   13 years tbretz Some fixed to the doxygen docu
(edit) @10691   13 years tbretz Added some docu; renamed Coincidence to multiplicity.
(edit) @10688   13 years tbretz Renamed AddConfiguration and AddTransition to AddEvent
(edit) @10385   13 years tbretz Moved setting of default states to a protected memeber function; made ...
(edit) @10344   13 years tbretz Added arguments to PrintListOfEvents.
(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) @10294   13 years tbretz AddTransitions and AddConfiguration now return a reference; ...
(edit) @10276   13 years tbretz Changed from teh default argument in Run() to an overloaded function, ...
(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.