Udipe 1.0
Solving the riddle of high-throughput UDP
Loading...
Searching...
No Matches
Data Fields
udipe_timer_repeat_payload_s Struct Reference

#include <result.h>

Data Fields

size_t missed_ticks
 
udipe_future_t * next
 

Detailed Description

Result payload from repeating timer futures created via udipe_start_timer_repeat()

Field Documentation

◆ missed_ticks

size_t udipe_timer_repeat_payload_s::missed_ticks

Number of timer ticks that were missed since the last reported timer result, or since the timer was initially set if no result was reported so far

◆ next

udipe_future_t* udipe_timer_repeat_payload_s::next

Future of subsequent timer ticks

This future can be used to resume the wait for subsequent timer ticks, and should be canceled once you don't need a particular timer anymore.


The documentation for this struct was generated from the following file: