To contribute please follow the guidlines detailed below. Thank you!
- no leading
compass_
whenever possible
Include in the following order:
- The prototype/interface header for this implementation (ie, the .h/.hh file that corresponds to this .cpp/.cc file).
- Other headers from the same project, as needed.
- Headers from other non-standard, non-system libraries (eg, Qt, Eigen, etc).
- Headers from other "almost-standard" libraries (eg, Boost)
- Standard C++ headers (eg, iostream, functional, etc)
- Standard C headers (eg, cstdint, dirent.h, etc)