Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include "../../Inc/Systems/ExternalSystem.h"
Go to the source code of this file.
Functions | |
void | initExternalSystem (ExternalSystem *external, const char *name, int hz, ExternalType type) |
void initExternalSystem | ( | ExternalSystem * | external, |
const char * | name, | ||
int | hz, | ||
ExternalType | type | ||
) |
Initializes the External System with initial settings.
external | A pointer to the ExternalSystem structure. |
name | The name of the external system. |
hz | Rate at which the external system is called (in hz). |
type | The type of external system (per ExternalType). |
Definition at line 3 of file ExternalSystem.c.