Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <ExternalSystem.h>
Public Attributes | |
System | system |
ExternalType | type |
CommsSystem * | comms |
int(* | check_heartbeat )(void *self) |
Definition at line 17 of file ExternalSystem.h.
int(* ExternalSystem::check_heartbeat) (void *self) |
Definition at line 21 of file ExternalSystem.h.
CommsSystem* ExternalSystem::comms |
Definition at line 20 of file ExternalSystem.h.
System ExternalSystem::system |
Definition at line 18 of file ExternalSystem.h.
ExternalType ExternalSystem::type |
Definition at line 19 of file ExternalSystem.h.