#include "sccommon.h"
#include "scdata.h"
#include "wlcstdc.h"
Include dependency graph for scdata_a.h:
Functions | |
int | SCs_analis_init () |
int | SCs_data_analis (const struct SCs_data *data) |
void | SCs_analis_reset () |
Variables | |
int | SC_min_change_time_sec |
int | SC_score_numb |
int SCs_analis_init | ( | ) |
Initializes the analyse engine. This function does nothing for now and always returns 0.
void SCs_analis_reset | ( | ) |
Resets the analyse engine. I has to be done if you want to start an analyse another sequence of SCslave data records
int SCs_data_analis | ( | const struct SCs_data * | data | ) |
Analyses a data record from SCslave and returns its score. Remember to pass SCslave data records in the same order as they ware gathered by the SCrunner program.
data | data record from SCslave |
Minimum time that has to pass between SCslave data records from one SCslave. If there is a sequence of data records that don't have smaller time gaps then only the first one counts. Default valuse is 3 s.
int SC_score_numb |
The value that SCs_data_analis can return is 0..SC_score_numb