|
Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <MonitorSystem.h>

Public Attributes | |
| System | system |
| MonitorType | type |
| FaultType | fault |
| int(* | runMonitor )(void *self) |
Definition at line 26 of file MonitorSystem.h.
| FaultType MonitorSystem::fault |
Definition at line 29 of file MonitorSystem.h.
| int(* MonitorSystem::runMonitor) (void *self) |
Definition at line 30 of file MonitorSystem.h.
| System MonitorSystem::system |
Definition at line 27 of file MonitorSystem.h.
| MonitorType MonitorSystem::type |
Definition at line 28 of file MonitorSystem.h.