Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
Public Attributes | List of all members
ExternalSystem Struct Reference

#include <ExternalSystem.h>

Collaboration diagram for ExternalSystem:
Collaboration graph
[legend]

Public Attributes

System system
 
ExternalType type
 
CommsSystemcomms
 
int(* check_heartbeat )(void *self)
 

Detailed Description

Definition at line 17 of file ExternalSystem.h.

Member Data Documentation

◆ check_heartbeat

int(* ExternalSystem::check_heartbeat) (void *self)

Definition at line 21 of file ExternalSystem.h.

◆ comms

CommsSystem* ExternalSystem::comms

Definition at line 20 of file ExternalSystem.h.

◆ system

System ExternalSystem::system

Definition at line 18 of file ExternalSystem.h.

◆ type

ExternalType ExternalSystem::type

Definition at line 19 of file ExternalSystem.h.


The documentation for this struct was generated from the following file: