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>
The whole model of the system: holds all the data necessary.
Definition at line 11 of file systemData.hpp.
FailureDetection SystemData::failure_detection_ {updated_timestamps_} |
Definition at line 16 of file systemData.hpp.
HardwareData SystemData::hardware_data_ |
Definition at line 18 of file systemData.hpp.
Mission SystemData::mission_ {Mission::MANUAL} |
Definition at line 19 of file systemData.hpp.
bool SystemData::mission_finished_ {false} |
Definition at line 21 of file systemData.hpp.
R2DLogics SystemData::r2d_logics_ |
Definition at line 15 of file systemData.hpp.
NonUnitaryFailureDetection SystemData::updatable_timestamps_ |
Definition at line 12 of file systemData.hpp.
NonUnitaryFailureDetection SystemData::updated_timestamps_ |
Definition at line 13 of file systemData.hpp.