Formula Student Electronics & Software
The code for the embedded software
|
The whole model of the system: holds all the data necessary. More...
#include <systemData.hpp>
Public Attributes | |
R2DLogics | r2d_logics_ |
FailureDetection | failure_detection_ |
Sensors | sensors_ |
DigitalData | digital_data_ |
Mission | mission_ {Mission::MANUAL} |
bool | ready_2_drive_ {false} |
bool | mission_finished_ {false} |
The whole model of the system: holds all the data necessary.
Definition at line 12 of file systemData.hpp.
DigitalData SystemData::digital_data_ |
Definition at line 17 of file systemData.hpp.
FailureDetection SystemData::failure_detection_ |
Definition at line 14 of file systemData.hpp.
Mission SystemData::mission_ {Mission::MANUAL} |
Definition at line 18 of file systemData.hpp.
bool SystemData::mission_finished_ {false} |
Definition at line 21 of file systemData.hpp.
R2DLogics SystemData::r2d_logics_ |
Definition at line 13 of file systemData.hpp.
bool SystemData::ready_2_drive_ {false} |
Definition at line 20 of file systemData.hpp.
Sensors SystemData::sensors_ |
Definition at line 15 of file systemData.hpp.