Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1233 giacomo 1
#ifndef SHARK_H
2
#define SHARK_H
3
int calibrate_cycle();
4
void *get_task_model(struct loader_task *current);
5
void set_simulation_time (struct timespec *total);
6
void set_next_activation(struct timespec *next);
7
int calibration_func();
8
 
9
 
10
#endif