|
Vehicle Control Unit 0.01
This is the c library for controlling the car.
|


Go to the source code of this file.
Classes | |
| struct | Scheduler |
Macros | |
| #define | MAX_SENSORS 32 |
| #define | MAX_HZ 1000 |
Functions | |
| void | SchedulerInit (Scheduler *scheduler, Updateable *updatableArray[]) |
| void | SchedulerRun (Scheduler *scheduler) |
| void | SchedulerStop (Scheduler *scheduler) |
| void | SchedulerSuspendUpdateable (const char *name) |
| void | SchedulerResumeUpdateable (const char *name) |
| void | SchedulerGetStats (void) |
| void | SchedulerCleanup (void) |
| #define MAX_HZ 1000 |
Definition at line 8 of file Scheduler.h.
| #define MAX_SENSORS 32 |
Definition at line 7 of file Scheduler.h.
| void SchedulerCleanup | ( | void | ) |
Definition at line 225 of file Scheduler.c.
| void SchedulerGetStats | ( | void | ) |
Definition at line 202 of file Scheduler.c.
| void SchedulerInit | ( | Scheduler * | scheduler, |
| Updateable * | updatableArray[] | ||
| ) |
Definition at line 80 of file Scheduler.c.


| void SchedulerResumeUpdateable | ( | const char * | name | ) |
Definition at line 189 of file Scheduler.c.
| void SchedulerRun | ( | Scheduler * | scheduler | ) |
Definition at line 142 of file Scheduler.c.

| void SchedulerStop | ( | Scheduler * | scheduler | ) |
Definition at line 162 of file Scheduler.c.
| void SchedulerSuspendUpdateable | ( | const char * | name | ) |
Definition at line 176 of file Scheduler.c.