Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
Go to the source code of this file.
Classes | |
struct | ESCIndicator |
Functions | |
void | initECSIndicator (ESCIndicator *esc, int hz, int port) |
void | updateECSInicator (void *esc) |
Updated for this sensor. More... | |
bool | getAlive (ESCIndicator *esc) |
Getter for alive var. More... | |
bool getAlive | ( | ESCIndicator * | esc | ) |
Getter for alive var.
esc | A pointer to the ESCIndicator structure. |
Definition at line 8 of file ESCIndicator.c.
void initECSIndicator | ( | ESCIndicator * | esc, |
int | hz, | ||
int | port | ||
) |
Definition at line 3 of file ESCIndicator.c.
void updateECSInicator | ( | void * | esc | ) |
Updated for this sensor.
FIXME: Update this doc when function implemented.
esc | A pointer to the ESCIndicator structure. |