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

#include <RTD.h>

Collaboration diagram for RTD:
Collaboration graph
[legend]

Public Attributes

ControllerSystem base
 
uint8_t readyToDrive
 
uint8_t precharged
 
uint8_t counter
 
Buttonbutton
 
DigitalOutputpiezo
 
Appsapps
 
BrakeSystemControlbsc
 

Detailed Description

Definition at line 11 of file RTD.h.

Member Data Documentation

◆ apps

Apps* RTD::apps

Definition at line 18 of file RTD.h.

◆ base

ControllerSystem RTD::base

Definition at line 12 of file RTD.h.

◆ bsc

BrakeSystemControl* RTD::bsc

Definition at line 19 of file RTD.h.

◆ button

Button* RTD::button

Definition at line 16 of file RTD.h.

◆ counter

uint8_t RTD::counter

Definition at line 15 of file RTD.h.

◆ piezo

DigitalOutput* RTD::piezo

Definition at line 17 of file RTD.h.

◆ precharged

uint8_t RTD::precharged

Definition at line 14 of file RTD.h.

◆ readyToDrive

uint8_t RTD::readyToDrive

Definition at line 13 of file RTD.h.


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