#include "velocityInfo.h"
#include "movingAverage.h"

Go to the source code of this file.
Enumerations | |
| enum | { SIZE_SHIFT = 4 } | 
Functions | |
| void | initVelocityInfo (velocityInfo_t *vel) | 
| void | updateVelocityInfo (velocityInfo_t *velInfo, bodyPosition_t *bodyPos) | 
$Id$
Definition in file velocityInfo.c.
 1.5.7.1