#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../Utils/Updateable.h"
Go to the source code of this file.
◆ SystemType
Enumerator |
---|
COMMS | |
EXTERNAL | |
MONITOR | |
CONTROLLER | |
Definition at line 10 of file System.h.
◆ initSystem()
Initializes a System object.
- Parameters
-
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.
3 {
6}
void initUpdateable(Updateable *updateable, const char *name, int hz)