variables in the Hardware Control function

dlecoutre

Hi,

I'm developing a plugging that send the telemetry data via tcp ip to another app. I need to have access to some variables that aren't available in the telemetry data class. I printed the controlName constant in the CheckHWControl function, I saw that there are more variables available than the ones listed in the developer documentation ( e.g. speedLimiter ). I understand that we can't change the variables that control the car, but it's written in the plugin that we can still read theses variables. Why some of these variables are correctly updated ( e.g. LookLeft ) while some are never updated ( e.g. speedLimiter ) ?
I need to know when the speed limiter is activated or deactivated.

Thanks,
David
 

Back
Top