SoftwareTimerListNode class is a base for SoftwareTimerControlBlock that serves as a node in intrusive list of software timers (software timer control blocks)
More...
#include "distortos/internal/scheduler/SoftwareTimerListNode.hpp"
SoftwareTimerListNode class is a base for SoftwareTimerControlBlock that serves as a node in intrusive list of software timers (software timer control blocks)
This class is needed to break any potential circular dependencies.
◆ SoftwareTimerListNode()
constexpr distortos::internal::SoftwareTimerListNode::SoftwareTimerListNode |
( |
| ) |
|
|
inline |
◆ getTimePoint()
- Returns
- const reference to expiration time point
◆ setTimePoint()
Sets time point of expiration.
- Parameters
-
[in] | timePoint | is the new time point of expiration |
◆ node
◆ timePoint_
The documentation for this class was generated from the following file: