analis/scdata_a.h File Reference

#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

Detailed Description

Functions and structures to analyse data from gathered from SCslave's.

Function Documentation

int SCs_analis_init (  ) 

Initializes the analyse engine. This function does nothing for now and always returns 0.

Returns:
0 if successful

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.

Parameters:
data data record from SCslave
Returns:
analyse score which can be 0..SC_score_numb


Variable Documentation

int SC_min_change_time_sec

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


Generated on Wed Jan 23 16:21:21 2008 for Selection Check Librarys by  doxygen 1.5.1