Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
systemData.hpp
Go to the documentation of this file.
1#pragma once
2
4#include <model/sensors.hpp>
5#include <model/structure.hpp>
7
Sensors from CAN.
Definition sensors.hpp:6
The whole model of the system: holds all the data necessary.
Mission mission_
DigitalData digital_data_
R2DLogics r2d_logics_
bool ready_2_drive_
FailureDetection failure_detection_
bool mission_finished_
Sensors sensors_
Mission
Definition structure.hpp:10