Subversion Repositories shark

Rev

Rev 1239 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef SHARK_H
#define SHARK_H
int calibrate_cycle();
void *get_task_model(struct loader_task *current);
void set_simulation_time (struct timespec *total);
void set_next_activation(struct timespec *next);
int calibration_func();


#endif