vortexntnu / rov-control

Complete control system for Vortex' ROV
13 stars 9 forks source link

Prefix C++ member variables #51

Closed mortenfyhn closed 6 years ago

mortenfyhn commented 6 years ago

Prefixing all class member variables with something like m_ might make it easier to follow code.

mortenfyhn commented 6 years ago

Alternatively use the this pointer explicitly, but that might be cumbersome to do everywhere.