#include <esve/kernel/Sync_Update_Sender.hxx>
Inheritance diagram for esve::kernel::Sync_Update_Sender:

Public Member Functions | |
| void | reset () |
| Reset the dt interval to zero. Useful after waking up. | |
| void | remove_all () |
| Child update() receivers. | |
| virtual void | add (Update_Receiver &)=0 |
| Child update() receivers. | |
| virtual void | remove (Update_Receiver &)=0 |
| Child update() receivers. | |
Protected Member Functions | |
| void | tick () |
| Receive the tick() message. | |
| void | send_update () |
| Send the update() message to all children. | |
| void | send_update (double dt) |
| Send the update() message to all children. | |
1.3.4