Vehicle Control Unit
0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
Core
Inc
Utils
WheelLocation.h
Go to the documentation of this file.
1
#ifndef RENNSSELAERMOTORSPORT_WHEEL_LOCATION_H
2
#define RENNSSELAERMOTORSPORT_WHEEL_LOCATION_H
3
4
typedef
enum
{
5
FRONT_LEFT
,
6
FRONT_RIGHT
,
7
BACK_LEFT
,
8
BACK_RIGHT
9
}
WHEEL_LOCATION
;
10
11
#endif
// RENNSSELAERMOTORSPORT_WHEEL_LOCATION_H
WHEEL_LOCATION
WHEEL_LOCATION
Definition:
WheelLocation.h:4
FRONT_LEFT
@ FRONT_LEFT
Definition:
WheelLocation.h:5
BACK_RIGHT
@ BACK_RIGHT
Definition:
WheelLocation.h:8
BACK_LEFT
@ BACK_LEFT
Definition:
WheelLocation.h:7
FRONT_RIGHT
@ FRONT_RIGHT
Definition:
WheelLocation.h:6
Generated by
1.9.5