<ahref="menu_8h.html">Go to the documentation of this file.</a><divclass="fragment"><preclass="fragment"><aname="l00001"></a>00001 <spanclass="comment">// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-</span>
<aname="l00019"></a><aclass="code"href="menu_8h.html#a7bc4df209e0261ea6ab5303dd8405705">00019</a><spanclass="preprocessor">#define MENU_COMMANDLINE_MAX 32 ///< maximum input line length</span>
<aname="l00020"></a><aclass="code"href="menu_8h.html#a78a3dfeac59b72f430d58683a06644fe">00020</a><spanclass="preprocessor"></span><spanclass="preprocessor">#define MENU_ARGS_MAX 4 ///< maximum number of arguments</span>
<aname="l00021"></a><aclass="code"href="menu_8h.html#acad44891e2415450762891bd2ca7027d">00021</a><spanclass="preprocessor"></span><spanclass="preprocessor">#define MENU_COMMAND_MAX 14 ///< maximum size of a command name</span>
<aname="l00024"></a><aclass="code"href="class_menu.html">00024</a><spanclass="keyword">class </span><aclass="code"href="class_menu.html"title="Class defining and handling one menu tree.">Menu</a> {
<aname="l00036"></a><aclass="code"href="struct_menu_1_1arg.html#ad5a8d057d82e7300c34b648c796c8df4">00036</a><spanclass="keyword">const</span><spanclass="keywordtype">char</span> *<aclass="code"href="struct_menu_1_1arg.html#ad5a8d057d82e7300c34b648c796c8df4"title="string form of the argument">str</a>;
<aname="l00037"></a><aclass="code"href="struct_menu_1_1arg.html#ad6913164599db6376da758a0f1a9ee1c">00037</a><spanclass="keywordtype">long</span><aclass="code"href="struct_menu_1_1arg.html#ad6913164599db6376da758a0f1a9ee1c"title="integer form of the argument (if a number)">i</a>;
<aname="l00038"></a><aclass="code"href="struct_menu_1_1arg.html#aee33499a1cd6a4edfe5c5b8e6cf42766">00038</a><spanclass="keywordtype">float</span><aclass="code"href="struct_menu_1_1arg.html#aee33499a1cd6a4edfe5c5b8e6cf42766"title="floating point form of the argument (if a number)">f</a>;
<aname="l00120"></a>00120 <spanclass="keyword">static</span><aclass="code"href="struct_menu_1_1arg.html">arg</a> _argv[<aclass="code"href="menu_8h.html#a78a3dfeac59b72f430d58683a06644fe"title="maximum number of arguments">MENU_ARGS_MAX</a> + 1];
Generated for ArduPilot Libraries by <ahref="http://www.doxygen.org/index.html"><imgclass="footer"src="doxygen.png"alt="doxygen"/></a></small></address>