|
PER Firmware
|
#include "common/can_library/generated/PDU.h"Go to the source code of this file.
Classes | |
| struct | cooling_request_t |
Functions | |
| void | coolingInit () |
| Initializes cooling_request struct values to 0. | |
| void | update_cooling_periodic () |
| Periodic function that sets switches and fan speeds based off of values in the cooling_request struct. | |
| void | cooling_driver_request_CALLBACK (can_data_t *p_can_data) |
| Callback function for cooling_driver_request message sent from dashboard, updates values in cooling_request struct based off signal values. | |
| void cooling_driver_request_CALLBACK | ( | can_data_t * | p_can_data | ) |
Callback function for cooling_driver_request message sent from dashboard, updates values in cooling_request struct based off signal values.
| *msg_data_a | CAN msg data |
| void coolingInit | ( | ) |
Initializes cooling_request struct values to 0.
return
| void update_cooling_periodic | ( | ) |
Periodic function that sets switches and fan speeds based off of values in the cooling_request struct.
return