SoftFilters  0.1.0
Arduino framework and library of software data filters.
Differential< T > Class Template Reference

A class to represent the speed and acceleration of a value in addition to itself. More...

#include <types.h>

Collaboration diagram for Differential< T >:

Public Member Functions

 Differential (T pos, T spd, T acc)
 
 Differential (T val)
 

Public Attributes

position
 
speed
 
acceleration
 

Detailed Description

template<typename T>
class Differential< T >

A class to represent the speed and acceleration of a value in addition to itself.

Template Parameters
Tthe type of the position, speed, and acceleration values

The documentation for this class was generated from the following file: