#ifndef TASK_PARAMETER_H #define TASK_PARAMETER_H yes #include #include #include #include #include #include #include #include "monano.h" /* To assign task parameters */ extern struct pthread_monano_attr_t* pthread_monano_task_parameters(pthread_monano_t *t, int nb); extern void pthread_monano_static_constraints_parameters(pthread_monano_t *t); #endif