Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
SystemData Struct Reference

The whole model of the system: holds all the data necessary. More...

#include <systemData.hpp>

Collaboration diagram for SystemData:
Collaboration graph

Public Attributes

R2DLogics r2d_logics_
 
FailureDetection failure_detection_
 
HardwareData hardware_data_
 
Mission mission_ {Mission::MANUAL}
 
bool ready_2_drive_ {false}
 
bool mission_finished_ {false}
 

Detailed Description

The whole model of the system: holds all the data necessary.

Definition at line 11 of file systemData.hpp.

Member Data Documentation

◆ failure_detection_

FailureDetection SystemData::failure_detection_

Definition at line 13 of file systemData.hpp.

◆ hardware_data_

HardwareData SystemData::hardware_data_

Definition at line 15 of file systemData.hpp.

◆ mission_

Mission SystemData::mission_ {Mission::MANUAL}

Definition at line 16 of file systemData.hpp.

◆ mission_finished_

bool SystemData::mission_finished_ {false}

Definition at line 19 of file systemData.hpp.

◆ r2d_logics_

R2DLogics SystemData::r2d_logics_

Definition at line 12 of file systemData.hpp.

◆ ready_2_drive_

bool SystemData::ready_2_drive_ {false}

Definition at line 18 of file systemData.hpp.


The documentation for this struct was generated from the following file: