CounterState.h File Reference
+ Include dependency graph for CounterState.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CounterStateTemplate< EventTypeConditionNotFulfilled, EventTypeConditionFulfilled >
 Stateimplementation, that increments a given counter by one on the SystemObserver and installs 2 conditions with different events, which trigger on Counter-Threshold-Reached and Counter-Threshold-Not-Reached. More...
 

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using CounterState = CounterStateTemplate<EvCounterNotFulfilled, EvCounterFulfilled>
 CounterState is a typedef for the CounterStateTemplate, that uses the events EvCounterNotFulfilled and EvCounterFulfilled.