Vehicle Control Unit 0.01
This is the c library for controlling the car.
|
#include <Scheduler.h>
Public Attributes | |
PriorityQueue | tasks |
bool | running |
Definition at line 11 of file Scheduler.h.
bool Scheduler::running |
Definition at line 13 of file Scheduler.h.
PriorityQueue Scheduler::tasks |
Definition at line 12 of file Scheduler.h.