Prototype of a task function and its argument. More...
#include <scheduler_task.hpp>
Public Types | |
typedef bool(* | type_t )(T *) |
Prototype of a task function and its argument.
If gcc > 4.7 was supported on AVR32, we could use sth like ``` template<typename T> using function_T = bool(*)(T*); ```