Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initial revision
[simgrid.git] / src / nws_portability / Include / last_value.h
1 /* $Id$ */
2
3 #if !defined(LAST_VAL_H)
4 #define LAST_VAL_H
5
6 #include "fbuff.h"
7
8 char *InitLastValue(fbuff series, fbuff time_stamps, char *params);
9 void FreeLastValue(char *state);
10 void UpdateLastValue(char *state, double ts, double value); 
11 int ForcLastValue(char *state, double *v);
12 #endif
13