Formula Student Electronics & Software
The code for the embedded software
|
#include <hardwareData.hpp>
Public Attributes | |
bool | pneumatic_line_pressure_ = true |
bool | pneumatic_line_pressure_1_ = false |
bool | pneumatic_line_pressure_2_ = false |
bool | asms_on_ = false |
bool | asats_pressed_ = false |
bool | ats_pressed_ = false |
bool | tsms_sdc_closed_ {false} |
bool | master_sdc_closed_ = false |
bool | wd_ready_ = false |
int | hydraulic_line_front_pressure = 0 |
int | _hydraulic_line_pressure = 0 |
uint8_t | soc_ = 0 |
double | _right_wheel_rpm = 0 |
double | _left_wheel_rpm = 0 |
Definition at line 6 of file hardwareData.hpp.
int HardwareData::_hydraulic_line_pressure = 0 |
Definition at line 17 of file hardwareData.hpp.
double HardwareData::_left_wheel_rpm = 0 |
Definition at line 20 of file hardwareData.hpp.
double HardwareData::_right_wheel_rpm = 0 |
Definition at line 19 of file hardwareData.hpp.
bool HardwareData::asats_pressed_ = false |
Definition at line 11 of file hardwareData.hpp.
bool HardwareData::asms_on_ = false |
Definition at line 10 of file hardwareData.hpp.
bool HardwareData::ats_pressed_ = false |
Definition at line 12 of file hardwareData.hpp.
int HardwareData::hydraulic_line_front_pressure = 0 |
Definition at line 16 of file hardwareData.hpp.
bool HardwareData::master_sdc_closed_ = false |
Definition at line 14 of file hardwareData.hpp.
bool HardwareData::pneumatic_line_pressure_ = true |
Definition at line 7 of file hardwareData.hpp.
bool HardwareData::pneumatic_line_pressure_1_ = false |
Definition at line 8 of file hardwareData.hpp.
bool HardwareData::pneumatic_line_pressure_2_ = false |
Definition at line 9 of file hardwareData.hpp.
uint8_t HardwareData::soc_ = 0 |
Definition at line 18 of file hardwareData.hpp.
bool HardwareData::tsms_sdc_closed_ {false} |
Definition at line 13 of file hardwareData.hpp.
bool HardwareData::wd_ready_ = false |
Definition at line 15 of file hardwareData.hpp.