#include <PulseNode.h>
Inheritance diagram for PulseNodeManager:

Public Member Functions | |
| PulseNodeManager () | |
| Default constructor. | |
| ~PulseNodeManager () | |
| Destructor. | |
Protected Member Functions | |
| void | CallGetPulseTimeAux (PulseNode &p, uint64 now, uint64 &min) const |
| Passes the call on through to the given PulseNode. | |
| void | CallPulseAux (PulseNode &p, uint64 now) const |
| Passes the call on through to the given PulseNode. | |
| void | CallSetCycleStartTime (PulseNode &p, uint64 now) const |
| Passes the call on through to the given PulseNode. | |
Most code won't need to use this class.
Definition at line 171 of file PulseNode.h.
1.5.1