Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include "../../Inc/Systems/MonitorSystem.h"
Go to the source code of this file.
Functions | |
void | initMonitorSystem (MonitorSystem *monitor, const char *name, int hz, MonitorType type, FaultType fault) |
Initializes the Monitor System with initial settings. More... | |
void initMonitorSystem | ( | MonitorSystem * | monitor, |
const char * | name, | ||
int | hz, | ||
MonitorType | type, | ||
FaultType | fault | ||
) |
Initializes the Monitor System with initial settings.
monitor | A pointer to the MonitorSystem structure. |
name | The name of the monitor. |
hz | Rate at which the monitor is called (in hz). |
type | The type of monitor (per MonitorType). |
fault | The type of fault to execute when monitor trips (per FaultType). |
Definition at line 3 of file MonitorSystem.c.