|
MCU
|


Go to the source code of this file.
Functions | |
| auto | runTick (DrivebrainController *controller, float last_DB_receive_time_millis, float last_receive_time_millis, ControllerMode_e current_control_mode, unsigned long systick_millis, float brakePercent, float accelPercent) |
| TEST (DrivebrainControllerTesting, signals_sent_within_range) | |
| TEST (DrivebrainControllerTesting, setpoint_too_latent_still_in_control) | |
| TEST (DrivebrainControllerTesting, failing_stay_failing) | |
| TEST (DrivebrainControllerTesting, failing_in_control) | |
| TEST (DrivebrainControllerTesting, failing_reset_success) | |
| auto runTick | ( | DrivebrainController * | controller, |
| float | last_DB_receive_time_millis, | ||
| float | last_receive_time_millis, | ||
| ControllerMode_e | current_control_mode, | ||
| unsigned long | systick_millis, | ||
| float | brakePercent, | ||
| float | accelPercent | ||
| ) |
Definition at line 7 of file drivebrain_controller_test.h.
| TEST | ( | DrivebrainControllerTesting | , |
| failing_in_control | |||
| ) |
Definition at line 63 of file drivebrain_controller_test.h.
| TEST | ( | DrivebrainControllerTesting | , |
| failing_reset_success | |||
| ) |
Definition at line 83 of file drivebrain_controller_test.h.
| TEST | ( | DrivebrainControllerTesting | , |
| failing_stay_failing | |||
| ) |
Definition at line 48 of file drivebrain_controller_test.h.
| TEST | ( | DrivebrainControllerTesting | , |
| setpoint_too_latent_still_in_control | |||
| ) |
Definition at line 40 of file drivebrain_controller_test.h.
| TEST | ( | DrivebrainControllerTesting | , |
| signals_sent_within_range | |||
| ) |
Definition at line 33 of file drivebrain_controller_test.h.