#include <kernel_types.h>#include "Prio.hpp"Include dependency graph for TimeQueue.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | TimeStruct |
| union | TimerEntry |
| class | TimeQueue |
Defines | |
| #define | MAX_NO_OF_SHORT_TQ 512 |
| #define | MAX_NO_OF_LONG_TQ 512 |
| #define | MAX_NO_OF_TQ (MAX_NO_OF_SHORT_TQ + MAX_NO_OF_LONG_TQ) |
| #define | NULL_TQ_ENTRY 65535 |
| #define MAX_NO_OF_LONG_TQ 512 |
Definition at line 24 of file TimeQueue.hpp.
| #define MAX_NO_OF_SHORT_TQ 512 |
| #define MAX_NO_OF_TQ (MAX_NO_OF_SHORT_TQ + MAX_NO_OF_LONG_TQ) |
Definition at line 25 of file TimeQueue.hpp.
Referenced by TimeQueue::clear(), and TimeQueue::getIndex().
| #define NULL_TQ_ENTRY 65535 |
1.4.7

