|
Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include "../../Inc/Systems/System.h"
Go to the source code of this file.
Functions | |
| void | initSystem (System *system, const char *name, int hz, SystemType type, void *child) |
| Initializes a System object. More... | |
| void initSystem | ( | System * | system, |
| const char * | name, | ||
| int | hz, | ||
| SystemType | type, | ||
| void * | child | ||
| ) |
Initializes a System object.
| system | Pointer to the System to initialize. |
| name | Name of the system. |
| hz | Frequency in Hertz. |
| type | Type of the system. |
Definition at line 3 of file System.c.

