Andras Schaffer

Results 46 comments of Andras Schaffer

can we assume that if the value is larger that decimal.maxvalue then we can ignore conversion issues and cast it directly to double ? my concerns : how can be...

``` float a = 3.402823466e+38F; float max_flt = Single.MaxValue; double b = (double)a; float c = (float)b; Console.WriteLine("A :" + a); Console.WriteLine("Max_flt :"+max_flt); Console.WriteLine("B: "+b); Console.WriteLine("C :"+c); if (a ==...

I agree with Robert since the health bit in sysstatus is ambiguous there is no short textual description that fits all., and I don't see a possible logic to differentiate...

To make it more complicated, we should handle multiple battery systems as well... But if I step back a little, the status bits have the same purpose as the generic...

:) It is editable since the beginning. But indeed it is a bug. Doing a fix.

- Is there any reason why not simple check if we have network connectivity and set the mode based on the result ? A permanent setting has a risk that...

It is a Visual Studio issue, 17.9 broke it. Currently no solution yet, only roll back to 17.8.x

Indeed it is very strange bug. I spent quite a time as well to get a workaround, without success. As an icing on the cake, VS 17.9.6 and .7 not...

Cool. Now the whole world knows that you are working on a radiation measurement payload interface, but I doubt that you want to merge your work to the master branch...

It works only when you are connected to a vehicle and changes are uploaded to the vehicle. Not working in offline mode.