13 lines
228 B
C
13 lines
228 B
C
#ifndef SBAN_PERIOD2_H
|
|
#define SBAN_PERIOD2_H
|
|
|
|
typedef struct {
|
|
double time;
|
|
int count;
|
|
} SbanChangePoint;
|
|
|
|
extern double sban_period2_changes_time_length;
|
|
|
|
int sban_period2_get_count_at_time(double target_time);
|
|
|
|
#endif |