We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I am currently exploring the possibilities on how to solve this task: I need to create a scheduler which would be able to schedule a task or an action for a long period (hours, days) e.g. "task must be started after 10 days from now", hence my concern is the timing implementation.
If I decided to use RTX, is there any provided OS functionality I could leverage? I reckon RTX os_tmr_create and os_dly_wait are not meant for this.
Thank you!
G.
I would implement a timer thread that keeps track of a number of interesting timers.
When it is time to wake your "every 10 day" thread, just send an event.