Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
Public Attributes | List of all members
Updateable Struct Reference

#include <Updateable.h>

Public Attributes

char name [MAX_NAME_LENGTH]
 
int hz
 
int enabled
 
void(* update )(void *self)
 
int(* status )(struct Updateable *self)
 
int(* enable )(struct Updateable *self)
 
int(* disable )(struct Updateable *self)
 

Detailed Description

Definition at line 22 of file Updateable.h.

Member Data Documentation

◆ disable

int(* Updateable::disable) (struct Updateable *self)

Definition at line 29 of file Updateable.h.

◆ enable

int(* Updateable::enable) (struct Updateable *self)

Definition at line 28 of file Updateable.h.

◆ enabled

int Updateable::enabled

Definition at line 25 of file Updateable.h.

◆ hz

int Updateable::hz

Definition at line 24 of file Updateable.h.

◆ name

char Updateable::name[MAX_NAME_LENGTH]

Definition at line 23 of file Updateable.h.

◆ status

int(* Updateable::status) (struct Updateable *self)

Definition at line 27 of file Updateable.h.

◆ update

void(* Updateable::update) (void *self)

Definition at line 26 of file Updateable.h.


The documentation for this struct was generated from the following file: