|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
SoftwareTimerList class header. More...
#include "distortos/internal/scheduler/SoftwareTimerListNode.hpp"#include "estd/SortedIntrusiveList.hpp"Go to the source code of this file.
Classes | |
| struct | distortos::internal::SoftwareTimerAscendingTimePoint |
| functor which gives ascending expiration time point order of elements on the list More... | |
Namespaces | |
| distortos | |
| Top-level namespace of distortos project. | |
| distortos::internal | |
| Internals of distortos project - should not be used directly! | |
Typedefs | |
| using | distortos::internal::SoftwareTimerList = estd::SortedIntrusiveList< SoftwareTimerAscendingTimePoint, SoftwareTimerListNode, &SoftwareTimerListNode::node, SoftwareTimerControlBlock > |
| sorted intrusive list of software timers (software timer control blocks) More... | |
SoftwareTimerList class header.