|
rclUE
|
Custom timer manager. This try to execute delegate at a given fixed rate. More...
#include <rclcUtilities.h>


Protected Attributes | |
| bool | bEnabled = true |
| float | Rate = 0.f |
| float | DesiredTime = 0.f |
| FTimerHandle | TimerHandle |
| Timer handler for periodic publisher. More... | |
| float | LogLastHit = 0.f |
| internal property used to log throttle. More... | |
Custom timer manager. This try to execute delegate at a given fixed rate.
Default timer wait given rate from last execution, this timer wait given rate from desired execution time.
|
protected |
|
protected |
|
protected |
internal property used to log throttle.
|
protected |
|
protected |
Timer handler for periodic publisher.
1.8.17