c++ - Linux function calls at certain intervals -


i need able call functions @ different intervals on linux using c/c++. best method this? instance want call a() @ 100hz , b() @ 10hz , c() @ 1hz.

you can use settimer repeatedly schedule next function call has closest deadline.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -