NXPCUP-libary
Library for car's control board on NXPCUP competition based on the Mbed framework.
|
#include <value.h>
Public Member Functions | |
T | initial (T initial_value) |
T | process (const T &new_value) |
template<class S > | |
T | process (const T &new_value, const S &step) |
Public Attributes | |
T | acceleration |
T | decceleration |
T | value |
|
inline |
|
inline |
|
inline |
T atoms::Accelerated< T >::acceleration |
T atoms::Accelerated< T >::decceleration |
T atoms::Accelerated< T >::value |