Commit Graph

11 Commits

Author SHA1 Message Date
Marcelo Roberto Jimenez 9138c60af7 Fixes an ISO-8859-1 vs UTF-8 issue
Files should be enconded with UTF-8, ISO-8859-1 and variants are
outdated.

This patch fixes an issue with the degree sign, which was coded
in ISO-8859-1 rather than UTF-8.
2018-02-17 12:17:51 -02:00
Sarah Tappon 73a4e73c87 mark unimplemented virtual functions as abstract 2015-05-06 23:15:56 -07:00
Sarah Tappon c7b5e92311 add default constructor in place of constructor() method 2015-05-06 23:15:44 -07:00
Sarah Tappon 1a266c24bf add virtual destructor
base classes without virtual destructors risk undefined behavior if their children are deleted through a pointer to base. see https://isocpp.org/wiki/faq/virtual-functions#virtual-dtors
2015-05-06 23:05:01 -07:00
George Harker d9cccda0c6 allow events to fail 2015-01-31 21:11:18 -08:00
Kevin Townsend 19c254a2df Added auto-range function 2014-03-04 20:04:36 +01:00
Kevin Townsend 968e28e61f Changed .azimuth/.pitch/.roll to .roll/.pitch./heading 2013-11-28 19:10:18 +01:00
Kevin Townsend 57e3b29880 Added compatible license 2013-02-04 16:00:27 +01:00
Kevin Townsend 7579580a49 Removed unused function protoypes 2013-02-04 15:54:12 +01:00
Kevin Townsend 97c7472ee7 Updated to keep in step with ARM code 2013-01-27 18:47:26 +01:00
Kevin Townsend 17b88d568d First commit 2013-01-17 14:08:14 +01:00