Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
structure.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Code
 

Enumerations

enum  State {
  AS_MANUAL , AS_OFF , AS_READY , AS_DRIVING ,
  AS_FINISHED , AS_EMERGENCY
}
 
enum  Mission {
  MANUAL , ACCELERATION , SKIDPAD , AUTOCROSS ,
  TRACKDRIVE , EBS_TEST , INSPECTION
}
 

Enumeration Type Documentation

◆ Mission

enum Mission
Enumerator
MANUAL 
ACCELERATION 
SKIDPAD 
AUTOCROSS 
TRACKDRIVE 
EBS_TEST 
INSPECTION 

Definition at line 17 of file structure.hpp.

◆ State

enum State
Enumerator
AS_MANUAL 
AS_OFF 
AS_READY 
AS_DRIVING 
AS_FINISHED 
AS_EMERGENCY 

Definition at line 8 of file structure.hpp.