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