|
|
@16730
|
11 years |
tbretz |
Changed the default queue in three ways: 1) Execute() is called after ...
|
|
|
@16726
|
11 years |
tbretz |
Changed the scope of some variables and functions to allow for ...
|
|
|
@16089
|
11 years |
tbretz |
Use empty() instead of size() where possible; replaced queues by list ...
|
|
|
@14558
|
12 years |
tbretz |
Slight modification to addining new states; updating states is now ...
|
|
|
@14351
|
12 years |
tbretz |
The state from the callback was not yet properly propagated. ...
|
|
|
@14124
|
12 years |
tbretz |
Added locking to subscription and unsubscription of events. This ...
|
|
|
@14008
|
12 years |
tbretz |
If no exit code is given explicitly, assume that everything was ok.
|
|
|
@14005
|
12 years |
tbretz |
replaced more 'const char *' by std::string&
|
|
|
@14002
|
12 years |
tbretz |
Replaced some 'const char*' with a const-refernce to a std::string
|
|
|
@13951
|
12 years |
tbretz |
Enable to buffer all events per default until the main event loop has ...
|
|
|
@13834
|
12 years |
tbretz |
Removed the target state stuff the Configuration and Transition ...
|
|
|
@12956
|
13 years |
tbretz |
To dfine the virtual Run() function a new class MainImp is used now ...
|
|
|
@11928
|
13 years |
tbretz |
Added a enum defining the first available user state.
|
|
|
@11302
|
13 years |
tbretz |
Added PrintListOfAllowedEvents
|
|
|
@11288
|
13 years |
tbretz |
Added virtual functions for Lock and Unlock
|
|
|
@10712
|
13 years |
tbretz |
Some fixed to the doxygen docu
|
|
|
@10691
|
13 years |
tbretz |
Added some docu; renamed Coincidence to multiplicity.
|
|
|
@10688
|
13 years |
tbretz |
Renamed AddConfiguration and AddTransition to AddEvent
|
|
|
@10385
|
14 years |
tbretz |
Moved setting of default states to a protected memeber function; made ...
|
|
|
@10344
|
14 years |
tbretz |
Added arguments to PrintListOfEvents.
|
|
|
@10314
|
14 years |
tbretz |
Added descriptions for the default states; added PrintListOfStates ...
|
|
|
@10309
|
14 years |
tbretz |
Added typedef for StateNames; changed the getter such that they can ...
|
|
|
@10294
|
14 years |
tbretz |
AddTransitions and AddConfiguration now return a reference; ...
|
|
|
@10276
|
14 years |
tbretz |
Changed from teh default argument in Run() to an overloaded function, ...
|
|
|
@10273
|
14 years |
tbretz |
Adapted to new interface of Converter class, added the possibility to ...
|
|
|
@10218
|
14 years |
tbretz |
Replaced deque by queue
|
|
|
@10183
|
14 years |
tbretz |
New import.
|