Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MCP23017 WattBob_TextLCD mbed-rtos
carStatistics Struct Reference
This structure is used to store the speed and travelled distance of the car. More...
#include <my_structures.h>
Detailed Description
This structure is used to store the speed and travelled distance of the car.
- Parameters:
-
*p_speedVector [std::vector<float>] Vector used to store the last speed values computed by the simulator Speed is in m/s. sizeOfAvg [int] Size of the averaging filter used to compute the displayed speed value. The average is computed by taking the last sizeOfAvg values of the vector p_speedVector. averageSpeed [float] Last value computed by task 3. In m/s distance [float] Distance travelled by the car, in m.
Definition at line 60 of file my_structures.h.
Generated on Wed Jul 13 2022 17:41:33 by
1.7.2