Changeset 10 in flair-src for trunk/lib/FlairFilter
- Timestamp:
- Apr 8, 2016, 10:59:51 AM (9 years ago)
- Location:
- trunk/lib/FlairFilter/src
- Files:
-
- 54 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairFilter/src/Ahrs.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/01/14 2 6 // filename: Ahrs.cpp -
trunk/lib/FlairFilter/src/Ahrs.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file Ahrs.h -
trunk/lib/FlairFilter/src/Ahrs_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/01/14 2 6 // filename: Ahrs_impl.cpp -
trunk/lib/FlairFilter/src/ButterworthLowPass.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2013/12/10 2 6 // filename: ButterworthLowPass.cpp -
trunk/lib/FlairFilter/src/ButterworthLowPass.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file ButterworthLowPass.h -
trunk/lib/FlairFilter/src/ButterworthLowPass_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2013/12/10 2 6 // filename: ButterworthLowPass_impl.cpp -
trunk/lib/FlairFilter/src/ControlLaw.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/04/30 2 6 // filename: ControlLaw.cpp -
trunk/lib/FlairFilter/src/ControlLaw.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file ControlLaw.h -
trunk/lib/FlairFilter/src/EulerDerivative.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2011/05/01 2 6 // filename: EulerDerivative.cpp -
trunk/lib/FlairFilter/src/EulerDerivative.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file EulerDerivative.h -
trunk/lib/FlairFilter/src/EulerDerivative_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2011/05/01 2 6 // filename: EulerDerivative.cpp -
trunk/lib/FlairFilter/src/Gx3_25_ahrs.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2013/01/16 2 6 // filename: Gx3_25_ahrs.cpp -
trunk/lib/FlairFilter/src/Gx3_25_ahrs.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file Gx3_25_ahrs.h -
trunk/lib/FlairFilter/src/JoyReference.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2012/08/29 2 6 // filename: JoyReference.cpp -
trunk/lib/FlairFilter/src/JoyReference.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file JoyReference.h -
trunk/lib/FlairFilter/src/JoyReference_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2012/08/29 2 6 // filename: JoyReference_impl.cpp -
trunk/lib/FlairFilter/src/LowPassFilter.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2011/05/01 2 6 // filename: LowPassFilter.cpp -
trunk/lib/FlairFilter/src/LowPassFilter.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file LowPassFilter.h -
trunk/lib/FlairFilter/src/LowPassFilter_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2011/05/01 2 6 // filename: LowPassFilter_impl.cpp -
trunk/lib/FlairFilter/src/NestedSat.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2013/04/15 2 6 // filename: NestedSat.cpp -
trunk/lib/FlairFilter/src/NestedSat.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file NestedSat.h -
trunk/lib/FlairFilter/src/NestedSat_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2013/04/15 2 6 // filename: NestedSat_impl.cpp -
trunk/lib/FlairFilter/src/Pid.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2011/05/01 2 6 // filename: Pid.cpp -
trunk/lib/FlairFilter/src/Pid.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file Pid.h -
trunk/lib/FlairFilter/src/PidThrust.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/11/07 2 6 // filename: PidThrust.cpp -
trunk/lib/FlairFilter/src/PidThrust.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file PidThrust.h -
trunk/lib/FlairFilter/src/PidThrust_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/11/07 2 6 // filename: PidThrust_impl.cpp -
trunk/lib/FlairFilter/src/Pid_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2011/05/01 2 6 // filename: Pid_impl.cpp -
trunk/lib/FlairFilter/src/SimuAhrs.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/02/07 2 6 // filename: SimuAhrs.cpp -
trunk/lib/FlairFilter/src/SimuAhrs.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file SimuAhrs.h -
trunk/lib/FlairFilter/src/TrajectoryGenerator1D.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2011/05/01 2 6 // filename: TrajectoryGenerator1D.cpp -
trunk/lib/FlairFilter/src/TrajectoryGenerator1D.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file TrajectoryGenerator1D.h -
trunk/lib/FlairFilter/src/TrajectoryGenerator1D_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2011/05/01 2 6 // filename: TrajectoryGenerator1D_impl.cpp -
trunk/lib/FlairFilter/src/TrajectoryGenerator2DCircle.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2013/04/08 2 6 // filename: TrajectoryGenerator2DCircle.cpp -
trunk/lib/FlairFilter/src/TrajectoryGenerator2DCircle.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file TrajectoryGenerator2DCircle.h -
trunk/lib/FlairFilter/src/TrajectoryGenerator2DCircle_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2013/04/08 2 6 // filename: TrajectoryGenerator2DCircle_impl.cpp -
trunk/lib/FlairFilter/src/UavMultiplex.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/04/11 2 6 // filename: UavMultiplex.cpp -
trunk/lib/FlairFilter/src/UavMultiplex.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file UavMultiplex.h -
trunk/lib/FlairFilter/src/UavMultiplex_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/04/11 2 6 // filename: UavMultiplex_impl.cpp -
trunk/lib/FlairFilter/src/X4X8Multiplex.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/04/10 2 6 // filename: X4X8Multiplex.cpp -
trunk/lib/FlairFilter/src/X4X8Multiplex.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file X4X8Multiplex.h -
trunk/lib/FlairFilter/src/X4X8Multiplex_impl.cpp
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2014/04/10 2 6 // filename: X4X8Multiplex_impl.cpp -
trunk/lib/FlairFilter/src/unexported/Ahrs_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file Ahrs_impl.h -
trunk/lib/FlairFilter/src/unexported/ButterworthLowPass_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file ButterworthLowPass_impl.h -
trunk/lib/FlairFilter/src/unexported/EulerDerivative_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file EulerDerivative.h -
trunk/lib/FlairFilter/src/unexported/JoyReference_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 // created: 2012/08/29 2 6 // filename: JoyReference_impl.h -
trunk/lib/FlairFilter/src/unexported/LowPassFilter_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file LowPassFilter_impl.h -
trunk/lib/FlairFilter/src/unexported/NestedSat_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file NestedSat.h -
trunk/lib/FlairFilter/src/unexported/PidThrust_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file PidThrust_impl.h -
trunk/lib/FlairFilter/src/unexported/Pid_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file Pid_impl.h -
trunk/lib/FlairFilter/src/unexported/TrajectoryGenerator1D_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file TrajectoryGenerator1D_impl.h -
trunk/lib/FlairFilter/src/unexported/TrajectoryGenerator2DCircle_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file TrajectoryGenerator2DCircle_impl.h -
trunk/lib/FlairFilter/src/unexported/UavMultiplex_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file UavMultiplex_impl.h -
trunk/lib/FlairFilter/src/unexported/X4X8Multiplex_impl.h
r7 r10 1 // %flair:license{ 2 // This file is part of the Flair framework distributed under the 3 // CECILL-C License, Version 1.0. 4 // %flair:license} 1 5 /*! 2 6 * \file X4X8Multiplex_impl.h
Note:
See TracChangeset
for help on using the changeset viewer.