[Interest] QTimer at 30Hz interval?

René Reucher rene.reucher at batcom-it.net
Wed Apr 4 09:42:02 CEST 2018


On 04/04/18 09:33, Ola Røer Thorsen wrote:
> is there some nice trick to make a QTimer trigger at 30 Hz? This 
> interval can't be expressed properly in milliseconds (1000/30 = 
> 33.333333...)
> 
> My use case is for Linux only so I'd be happy with some Linux-specific 
> way of triggering a signal at 30 Hz too. It won't have to be very 
> precise for each trigger as long as the average frequency is 30 Hz.
Not sure (and I haven't tried it myself), but maybe this class can help:
https://github.com/rsmz/qnanotimer

HTH, René



More information about the Interest mailing list