TaskUtil.h File Reference
#include "PeriodicTask.h"
#include "RunningTask.h"
#include <functional>
+ Include dependency graph for TaskUtil.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SimplePeriodicTask< Functor >
 Usage: More...
 
class  SimpleRunningTask< Functor >
 Usage: More...
 

Namespaces

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

Functions

template<class... Ts>
 SimplePeriodicTask (Ts...) -> SimplePeriodicTask< std::function< void(void)>>
 
template<class... Ts>
 SimpleRunningTask (Ts...) -> SimpleRunningTask< std::function< void(void)>>