aisparser icon indicating copy to clipboard operation
aisparser copied to clipboard

Bad variable name

Open ironpowertga opened this issue 3 years ago • 0 comments

For c++ dev : int true; //!< 9 bits : True Heading this name is very bad. true is defined in c++. trueHeading must be better

char virtual; //!< 1 bit : Virtual/Pseudo AtoN Flag same problem with virtual, it's c++ keyword

ironpowertga avatar Jun 16 '21 08:06 ironpowertga