MAV'RIC
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types
Scheduler_task::function< T > Struct Template Reference

Prototype of a task function and its argument. More...

#include <scheduler_task.hpp>

List of all members.

Public Types

typedef bool(* type_t )(T *)

Detailed Description

template<typename T>
struct Scheduler_task::function< 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*); ```


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines