#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "System.h"
Go to the source code of this file.
◆ CommsType
◆ initCommsSystem()
Initializes the Comms System with initial settings.
- Parameters
-
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.
3 {
7}
void initSystem(System *system, const char *name, int hz, SystemType type)
Initializes a System object.
int(* check_heartbeat)(void *self)