![]() |
Public API Reference |
Generic timing system in CEL. More...
#include <physicallayer/pl.h>
Public Member Functions | |
| virtual void | TickEveryFrame ()=0 |
| This function is called by the physical layer when a broadcast is needed. | |
| virtual void | TickOnce ()=0 |
| This function is called by the physical layer when a broadcast is needed. | |
Generic timing system in CEL.
If you want to get a tick every frame or after a while you can implement this and register.
| virtual void iCelTimerListener::TickEveryFrame | ( | ) | [pure virtual] |
This function is called by the physical layer when a broadcast is needed.
Use iCelPlLayer->CallbackEveryFrame() to register.
| virtual void iCelTimerListener::TickOnce | ( | ) | [pure virtual] |
This function is called by the physical layer when a broadcast is needed.
Use iCelPlLayer->CallbackOnce() to register.