#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()
| void initSystem |
( |
System * |
system, |
|
|
const char * |
name, |
|
|
int |
hz, |
|
|
SystemType |
type, |
|
|
void * |
child |
|
) |
| |
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 {
7}
void initUpdateable(Updateable *updateable, const char *name, int hz, UpdateableType utype, void *child)