|
MCU
|
#include <SharedDataTypes.h>

Public Attributes | |
| bool | accelImplausible: 1 |
| bool | brakeImplausible: 1 |
| bool | brakePressed: 1 |
| bool | accelPressed: 1 |
| bool | mechBrakeActive: 1 |
| bool | brakeAndAccelPressedImplausibility: 1 |
| bool | implausibilityExceededMaxDuration: 1 |
| float | accelPercent |
| float | brakePercent |
| float | regenPercent |
Definition at line 36 of file SharedDataTypes.h.
| bool PedalsSystemData_s::accelImplausible |
Definition at line 38 of file SharedDataTypes.h.
| float PedalsSystemData_s::accelPercent |
Definition at line 45 of file SharedDataTypes.h.
| bool PedalsSystemData_s::accelPressed |
Definition at line 41 of file SharedDataTypes.h.
| bool PedalsSystemData_s::brakeAndAccelPressedImplausibility |
Definition at line 43 of file SharedDataTypes.h.
| bool PedalsSystemData_s::brakeImplausible |
Definition at line 39 of file SharedDataTypes.h.
| float PedalsSystemData_s::brakePercent |
Definition at line 46 of file SharedDataTypes.h.
| bool PedalsSystemData_s::brakePressed |
Definition at line 40 of file SharedDataTypes.h.
| bool PedalsSystemData_s::implausibilityExceededMaxDuration |
Definition at line 44 of file SharedDataTypes.h.
| bool PedalsSystemData_s::mechBrakeActive |
Definition at line 42 of file SharedDataTypes.h.
| float PedalsSystemData_s::regenPercent |
Definition at line 47 of file SharedDataTypes.h.