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

#include <LUT.h>

Collaboration diagram for table:
Collaboration graph
[legend]

Public Attributes

uint16_t count_
 
uint16_t added_
 
bool initialized_
 
point points_ [TABLE_CAPACITY]
 

Detailed Description

Definition at line 40 of file LUT.h.

Member Data Documentation

◆ added_

uint16_t table::added_

Definition at line 44 of file LUT.h.

◆ count_

uint16_t table::count_

Definition at line 42 of file LUT.h.

◆ initialized_

bool table::initialized_

Definition at line 46 of file LUT.h.

◆ points_

point table::points_[TABLE_CAPACITY]

Definition at line 48 of file LUT.h.


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