|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
One (time, entry) pair inside a TimeQueue. More...
#include <Utils.h>
Public Attributes | |
| uint64 | time |
| T | entry |
One (time, entry) pair inside a TimeQueue.
| T cmlabs::utils::TimeQueueEntry< T >::entry |
Definition at line 860 of file Utils.h.
Referenced by cmlabs::utils::TimeQueue< T >::add(), and cmlabs::utils::TimeQueue< T >::getNextEntryDue().
| uint64 cmlabs::utils::TimeQueueEntry< T >::time |
Definition at line 859 of file Utils.h.
Referenced by cmlabs::utils::TimeQueue< T >::add(), and cmlabs::utils::TimeQueue< T >::getNextEntryDue().