2010-12-26 20:59:17 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
2010-12-30 03:51:53 -04:00
< title > ArduPilot Libraries: RC_Channel.cpp File Reference< / title >
2010-12-26 20:59:17 -04:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
2010-12-26 23:23:35 -04:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javaScript" src = "search/search.js" > < / script >
2010-12-26 20:59:17 -04:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
2010-12-26 23:23:35 -04:00
< body onload = 'searchBox.OnSelectItem(0);' >
2010-12-26 20:59:17 -04:00
<!-- Generated by Doxygen 1.7.1 -->
< div class = "navigation" id = "top" >
< div class = "tabs" >
< ul class = "tablist" >
< li > < a href = "main.html" > < span > Main Page< / span > < / a > < / li >
2010-12-30 03:51:53 -04:00
< li > < a href = "pages.html" > < span > Related Pages< / span > < / a > < / li >
2010-12-26 20:59:17 -04:00
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li class = "current" > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
< div class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "files.html" > < span > File List< / span > < / a > < / li >
< li > < a href = "globals.html" > < span > File Members< / span > < / a > < / li >
< / ul >
< / div >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#define-members" > Defines< / a > < / div >
< div class = "headertitle" >
2010-12-30 03:51:53 -04:00
< h1 > RC_Channel.cpp File Reference< / h1 > < / div >
2010-12-26 20:59:17 -04:00
< / div >
< div class = "contents" >
< code > #include < math.h> < / code > < br / >
< code > #include < avr/eeprom.h> < / code > < br / >
< code > #include " < a class = "el" href = "_w_program_8h_source.html" > WProgram.h< / a > " < / code > < br / >
< code > #include " < a class = "el" href = "_r_c___channel_8h_source.html" > RC_Channel.h< / a > " < / code > < br / >
< div class = "dynheader" >
Include dependency graph for RC_Channel.cpp:< / div >
< div class = "dyncontent" >
2010-12-30 03:51:53 -04:00
< div class = "center" > < img src = "_r_c___channel_8cpp__incl.png" border = "0" usemap = "#_r_c___channel_8cpp" alt = "" / > < / div >
< map name = "_r_c___channel_8cpp" id = "_r_c___channel_8cpp" >
< area shape = "rect" id = "node7" href = "_w_program_8h.html" title = "WProgram.h" alt = "" coords = "227,83,325,112" / > < area shape = "rect" id = "node9" href = "_r_c___channel_8h.html" title = "RC_Channel manager, with EEPROM-backed storage of constants." alt = "" coords = "349,83,459,112" / > < / map >
2010-12-26 20:59:17 -04:00
< / div >
< p > < a href = "_r_c___channel_8cpp_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr > < td colspan = "2" > < h2 > < a name = "define-members" > < / a >
Defines< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > #define < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "_r_c___channel_8cpp.html#a8a7f485573c16394fc0792a66bd02c7a" > ANGLE< / a > 0< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > #define < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "_r_c___channel_8cpp.html#ac04dd0afaf7ea3eb2ade2544d2d5f907" > RANGE< / a > 1< / td > < / tr >
< / table >
< hr / > < h2 > Define Documentation< / h2 >
< a class = "anchor" id = "a8a7f485573c16394fc0792a66bd02c7a" > < / a > <!-- doxytag: member="RC_Channel.cpp::ANGLE" ref="a8a7f485573c16394fc0792a66bd02c7a" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define ANGLE 0< / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Definition at line < a class = "el" href = "_r_c___channel_8cpp_source.html#l00017" > 17< / a > of file < a class = "el" href = "_r_c___channel_8cpp_source.html" > RC_Channel.cpp< / a > .< / p >
< / div >
< / div >
< a class = "anchor" id = "ac04dd0afaf7ea3eb2ade2544d2d5f907" > < / a > <!-- doxytag: member="RC_Channel.cpp::RANGE" ref="ac04dd0afaf7ea3eb2ade2544d2d5f907" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define RANGE 1< / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Definition at line < a class = "el" href = "_r_c___channel_8cpp_source.html#l00018" > 18< / a > of file < a class = "el" href = "_r_c___channel_8cpp_source.html" > RC_Channel.cpp< / a > .< / p >
< / div >
< / div >
< / div >
2010-12-26 23:23:35 -04:00
< hr class = "footer" / > < address class = "footer" > < small >
Generated for ArduPilot Libraries by < a href = "http://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > < / small > < / address >
2010-12-26 20:59:17 -04:00
< / body >
< / html >