Cheetah Software  1.0
Types.h
Go to the documentation of this file.
1 #ifndef PROJECT_TYPES_H
2 #define PROJECT_TYPES_H
3 
4 #include "cppTypes.h"
5 
6 struct MasterConfig {
8  bool simulated = false;
9 };
10 
11 #endif // PROJECT_TYPES_H
bool simulated
Definition: Types.h:8
RobotType _robot
Definition: Types.h:7
RobotType
Definition: cppTypes.h:120