#include <esve/message/Tick_Sender.hxx>
Inheritance diagram for esve::message::Tick_Sender:

Public Member Functions | |
| virtual void | add (Tick_Receiver &)=0 |
| Child tick() receivers. | |
| virtual void | remove (Tick_Receiver &)=0 |
| Child tick() receivers. | |
| virtual void | remove_all ()=0 |
| Child tick() receivers. | |
Protected Member Functions | |
| virtual void | send_tick ()=0 |
| Send the tick() message to all children. | |
The tick tree.
At the root of every tick tree is a Tick_Sender, which passes the tick() message to its Tick_Receivers.
The operating system is the original source of the tick() message; the user should never call send_tick().
1.3.4