|
|
@16871
|
11 years |
tbretz |
Use a to_string instead of an ostringstream for conversion
|
|
|
@16808
|
11 years |
tbretz |
kSM_KeepState must also be accounted for Events.
|
|
|
@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 ...
|
|
|
@16282
|
11 years |
tbretz |
Replaced push_back by emplac_back were reasonable.
|
|
|
@16089
|
11 years |
tbretz |
Use empty() instead of size() where possible; replaced queues by list ...
|
|
|
@16073
|
11 years |
tbretz |
Minor change of unintentionally wrong indentation.
|
|
|
@14719
|
12 years |
tbretz |
Some output was misformated.
|
|
|
@14567
|
12 years |
tbretz |
Fixed a problem with the mutics. If an event is unsubscribed, it can ...
|
|
|
@14558
|
12 years |
tbretz |
Slight modification to addining new states; updating states is now ...
|
|
|
@14124
|
12 years |
tbretz |
Added locking to subscription and unsubscription of events. This ...
|
|
|
@14072
|
12 years |
tbretz |
I don't know what exactly it is about the deque I am using, but it ...
|
|
|
@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 ...
|
|
|
@13909
|
12 years |
tbretz |
Du buffer events outside of the loop. Note that if you stay to long ...
|
|
|
@13834
|
12 years |
tbretz |
Removed the target state stuff the Configuration and Transition ...
|
|
|
@13217
|
13 years |
tbretz |
Some improved debug output.
|
|
|
@13068
|
13 years |
tbretz |
Removed some old debug output when commands are issued.
|
|
|
@12126
|
13 years |
tbretz |
Made --help output more compatible with help2man.
|
|
|
@11468
|
13 years |
tbretz |
Only plot the created commands in debig mode.
|
|
|
@11399
|
13 years |
tbretz |
Added microseconds to time output.
|
|
|
@11302
|
13 years |
tbretz |
Added PrintListOfAllowedEvents
|
|
|
@11287
|
13 years |
tbretz |
Added locking around HandleEvent
|
|
|
@11061
|
13 years |
tbretz |
Improved the output when a command was added; suppress anything inside ...
|
|
|
@10977
|
13 years |
tbretz |
Added some debug messages to see when commands get posted and/or handled.
|
|
|
@10873
|
13 years |
tbretz |
Replaced a self-done loop by std::find; changed some comments.
|
|
|
@10780
|
13 years |
tbretz |
Replaced stringstream in log-stream by ostringstream.
|
|
|
@10720
|
14 years |
tbretz |
Improved some log-output.
|
|
|
@10690
|
14 years |
tbretz |
Updated docu according to latest changes.
|
|
|
@10688
|
14 years |
tbretz |
Renamed AddConfiguration and AddTransition to AddEvent
|
|
|
@10657
|
14 years |
tbretz |
Added or improved documentation.
|
|
|
@10586
|
14 years |
tbretz |
Changed the logic in Run() in a way that fExitRequeted is reset at the ...
|
|
|
@10498
|
14 years |
tbretz |
Use stringstreams to replace Form not strings and +=
|
|
|
@10497
|
14 years |
tbretz |
Removed the last usage of Tools::Form.
|
|
|
@10496
|
14 years |
tbretz |
Removed usage of Tools::Form.
|
|
|
@10490
|
14 years |
tbretz |
Fixed a severe bug in destructor deleting the fEventQueue elements, do ...
|
|
|
@10450
|
14 years |
tbretz |
Fixed a wrong info in a SetCurrentState call.
|
|
|
@10429
|
14 years |
tbretz |
Moved the tools function into their own namespace to get rid of ...
|
|
|
@10424
|
14 years |
tbretz |
Suppress server name when in PrintListOfEvents
|
|
|
@10385
|
14 years |
tbretz |
Moved setting of default states to a protected memeber function; made ...
|
|
|
@10370
|
14 years |
tbretz |
Fixed a typo in a comment.
|
|
|
@10344
|
14 years |
tbretz |
Added arguments to PrintListOfEvents.
|
|
|
@10327
|
14 years |
tbretz |
Switched on the non dim-standard formats for DimCommands; improved the ...
|
|
|
@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 ...
|
|
|
@10300
|
14 years |
tbretz |
Fixed typo in function name.
|
|
|
@10294
|
14 years |
tbretz |
AddTransitions and AddConfiguration now return a reference; ...
|
|
|
@10289
|
14 years |
tbretz |
The Converter functions now throw exceptions. The previous way of ...
|
|
|
@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.
|