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" / >
< title > ArduPilot Libraries: /home/jgoppert/Projects/ap/libraries/FastSerial/xtoa_fast.h File Reference< / title >
< 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 >
< 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 > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< h1 > /home/jgoppert/Projects/ap/libraries/FastSerial/xtoa_fast.h File Reference< / h1 > < / div >
< / div >
< div class = "contents" >
< div class = "dynheader" >
This graph shows which files directly or indirectly include this file:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "xtoa__fast_8h__dep__incl.png" border = "0" usemap = "#_2home_2jgoppert_2_projects_2ap_2libraries_2_fast_serial_2xtoa__fast_8hdep" alt = "" / > < / div >
< map name = "_2home_2jgoppert_2_projects_2ap_2libraries_2_fast_serial_2xtoa__fast_8hdep" id = "_2home_2jgoppert_2_projects_2ap_2libraries_2_fast_serial_2xtoa__fast_8hdep" >
< area shape = "rect" id = "node3" href = "vprintf_8cpp.html" title = "/home/jgoppert/Projects/ap/libraries/FastSerial/vprintf.cpp" alt = "" coords = "8,83,392,112" / > < / map >
< / div >
< p > < a href = "xtoa__fast_8h_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 = "xtoa__fast_8h.html#ac573dd376ecea8502d883e7a9e8d4191" > XTOA_PREFIX< / a > 0x0100< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > #define < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "xtoa__fast_8h.html#a9ef925c12926005b254cef13caccedae" > XTOA_UPPER< / a > 0x0200< / td > < / tr >
< tr > < td colspan = "2" > < h2 > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > char * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "xtoa__fast_8h.html#a119673a72c9ad0beec652c19541d1b43" > __ultoa_invert< / a > (unsigned long val, char *s, int base)< / td > < / tr >
< / table >
< hr / > < h2 > Define Documentation< / h2 >
< a class = "anchor" id = "ac573dd376ecea8502d883e7a9e8d4191" > < / a > <!-- doxytag: member="xtoa_fast.h::XTOA_PREFIX" ref="ac573dd376ecea8502d883e7a9e8d4191" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define XTOA_PREFIX 0x0100< / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Definition at line < a class = "el" href = "xtoa__fast_8h_source.html#l00045" > 45< / a > of file < a class = "el" href = "xtoa__fast_8h_source.html" > xtoa_fast.h< / a > .< / p >
< / div >
< / div >
< a class = "anchor" id = "a9ef925c12926005b254cef13caccedae" > < / a > <!-- doxytag: member="xtoa_fast.h::XTOA_UPPER" ref="a9ef925c12926005b254cef13caccedae" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define XTOA_UPPER 0x0200< / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Definition at line < a class = "el" href = "xtoa__fast_8h_source.html#l00046" > 46< / a > of file < a class = "el" href = "xtoa__fast_8h_source.html" > xtoa_fast.h< / a > .< / p >
< / div >
< / div >
< hr / > < h2 > Function Documentation< / h2 >
< a class = "anchor" id = "a119673a72c9ad0beec652c19541d1b43" > < / a > <!-- doxytag: member="xtoa_fast.h::__ultoa_invert" ref="a119673a72c9ad0beec652c19541d1b43" args="(unsigned long val, char *s, int base)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > char* __ultoa_invert < / td >
< td > (< / td >
< td class = "paramtype" > unsigned long < / td >
< td class = "paramname" > < em > val< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > char * < / td >
< td class = "paramname" > < em > s< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int < / td >
< td class = "paramname" > < em > base< / em > < / td > < td > < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td > < td > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< / 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 >