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