#include "cpp_extern_macro.h"
Go to the source code of this file.
Classes | |
struct | movingAverage_t |
移動平均の情報管理 More... | |
Functions | |
void | initMovingAverage (movingAverage_t *ma, int *buffer, int size_shift) |
void | setMovingAverage (movingAverage_t *ma, int value) |
int | getAverageValue (movingAverage_t *ma) |
Variables | |
BEGIN_C_DECLS | |
END_C_DECLS |
$Id$
Definition in file movingAverage.h.