8#ifndef I_CURRENT_VEL_H_
9#define I_CURRENT_VEL_H_
15 virtual void GetCurrent(
double*
const adCurrentVel,
const double*
const adPos,
const double dT) = 0;
16 virtual void GetCurrent(
float*
const adCurrentVel,
const float*
const adPos,
const float dT) = 0;
Definition: ICurrentVel.h:12