ardupilot/libraries/AP_Common
DrZiplok@gmail.com c39639045c Default un-supplied command arguments to the empty string and zero rather than leaving them potentially un-initialised. This makes it safe for commands to compare argument strings without adding the expense of checking argc first.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@760 f9c3cf11-9bcb-44bc-f272-b75c42450872
2010-11-01 03:40:54 +00:00
..
examples/menu Provide an easy way to print stuff before displaying the prompt. 2010-09-24 06:18:59 +00:00
include Add more documentation to the Menu class. 2010-09-30 04:28:10 +00:00
AP_Common.cpp Drop a couple things in here in support of code moving to libraries. 2010-09-11 06:13:28 +00:00
AP_Common.h Add a simple commandline menu library. 2010-09-24 05:50:02 +00:00
c++.cpp Add support for 'new' and 'delete', so we can cons things on the fly. 2010-10-17 04:02:06 +00:00
keywords.txt Add support for 'new' and 'delete', so we can cons things on the fly. 2010-10-17 04:02:06 +00:00
menu.cpp Default un-supplied command arguments to the empty string and zero rather than leaving them potentially un-initialised. This makes it safe for commands to compare argument strings without adding the expense of checking argc first. 2010-11-01 03:40:54 +00:00