00001 00010 #ifndef _FIME_ANALYSIS_H_ 00011 #define _FIME_ANALYSIS_H_ 00012 00013 typedef struct { 00014 float v,w; 00015 float avg,avg2; 00016 float max, max2; 00017 float thre; 00018 float ts; 00019 int tacu; 00020 } fime_analyser_t; 00021 00022 extern int fime_analysis_result; 00023 00024 int fime_analysis_init(void); 00025 void fime_analysis_shutdown(void); 00026 int fime_analysis_update(void); 00027 const fime_analyser_t * fime_analysis_get(int i); 00028 00029 #endif /* #ifndef _FIME_ANALYSIS_H_ */
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |