2014-01-19 17:17:06 +01: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" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2018-10-13 16:56:59 +02:00
< meta name = "generator" content = "Doxygen 1.8.6" / >
2014-01-19 17:17:06 +01:00
< title > USB Host Shield 2.0: PS4Parser.cpp File Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/search.js" > < / script >
2018-10-13 16:56:59 +02:00
< script type = "text/javascript" >
$(document).ready(function() { searchBox.OnSelectItem(0); });
< / script >
2014-01-19 17:17:06 +01:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "imageStyle.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
2018-10-13 16:56:59 +02:00
< td style = "padding-left: 0.5em;" >
2014-01-19 17:17:06 +01:00
< div id = "projectname" > USB Host Shield 2.0
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2018-10-13 16:56:59 +02:00
<!-- Generated by Doxygen 1.8.6 -->
2014-01-19 17:17:06 +01:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
2018-10-13 16:56:59 +02:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "pages.html" > < span > Related  Pages< / 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 >
< li >
< div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / li >
< / ul >
< / div >
< div id = "navrow2" 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 >
2014-01-19 17:17:06 +01:00
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
2018-10-13 16:56:59 +02:00
< a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(0)" > < span class = "SelectionMark" >   < / span > All< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(1)" > < span class = "SelectionMark" >   < / span > Classes< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(2)" > < span class = "SelectionMark" >   < / span > Files< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(3)" > < span class = "SelectionMark" >   < / span > Functions< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(4)" > < span class = "SelectionMark" >   < / span > Variables< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(5)" > < span class = "SelectionMark" >   < / span > Typedefs< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(6)" > < span class = "SelectionMark" >   < / span > Enumerations< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(7)" > < span class = "SelectionMark" >   < / span > Enumerator< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(8)" > < span class = "SelectionMark" >   < / span > Macros< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(9)" > < span class = "SelectionMark" >   < / span > Pages< / a > < / div >
2014-01-19 17:17:06 +01:00
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< / div > <!-- top -->
< div class = "header" >
2016-04-19 18:16:46 +02:00
< div class = "summary" >
< a href = "#enum-members" > Enumerations< / a > < / div >
2014-01-19 17:17:06 +01:00
< div class = "headertitle" >
< div class = "title" > PS4Parser.cpp File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2018-10-13 16:56:59 +02:00
< div class = "textblock" > < code > #include " < a class = "el" href = "_p_s4_parser_8h_source.html" > PS4Parser.h< / a > " < / code > < br / >
2014-01-19 17:17:06 +01:00
< / div > < div class = "textblock" > < div class = "dynheader" >
Include dependency graph for PS4Parser.cpp:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "_p_s4_parser_8cpp__incl.png" border = "0" usemap = "#_p_s4_parser_8cpp" alt = "" / > < / div >
< map name = "_p_s4_parser_8cpp" id = "_p_s4_parser_8cpp" >
2018-10-13 23:09:56 +02:00
< area shape = "rect" id = "node2" href = "_p_s4_parser_8h.html" title = "PS4Parser.h" alt = "" coords = "43,80,139,107" / > < area shape = "rect" id = "node3" href = "_usb_8h.html" title = "Usb.h" alt = "" coords = "5,155,61,181" / > < area shape = "rect" id = "node4" href = "controller_enums_8h.html" title = "controllerEnums.h" alt = "" coords = "86,155,212,181" / > < / map >
2014-01-19 17:17:06 +01:00
< / div >
< / div >
< p > < a href = "_p_s4_parser_8cpp_source.html" > Go to the source code of this file.< / a > < / p >
2016-04-19 18:16:46 +02:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "enum-members" > < / a >
Enumerations< / h2 > < / td > < / tr >
2018-10-13 16:56:59 +02:00
< tr class = "memitem:a3eca256e8b59574c290177d7df302a62" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62" > DPADEnum< / a > { < br / >
2016-04-19 18:16:46 +02:00
    < a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62aafb58dc961545afb332266b117e4a332" > DPAD_UP< / a > = 0x0,
< a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62abc09f2a57c77693c05e8d52917d2bac0" > DPAD_UP_RIGHT< / a > = 0x1,
< a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62af0f91a0468a0f49170b119f7de0d5cec" > DPAD_RIGHT< / a > = 0x2,
< a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62a352a732e4f7a41d4a92ab99e661094d0" > DPAD_RIGHT_DOWN< / a > = 0x3,
2018-10-13 16:56:59 +02:00
< br / >
2016-04-19 18:16:46 +02:00
    < a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62ab5e7d62ac3dfe6a925d1d6be3c756faa" > DPAD_DOWN< / a > = 0x4,
< a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62a1b679be7217f73f03393bb379b218d66" > DPAD_DOWN_LEFT< / a > = 0x5,
< a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62afe9bfbd6550b91f6640b74a155000cba" > DPAD_LEFT< / a > = 0x6,
< a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62ac6b9de0c407333a7161ca1efe6e30743" > DPAD_LEFT_UP< / a > = 0x7,
2018-10-13 16:56:59 +02:00
< br / >
2016-04-19 18:16:46 +02:00
    < a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62aeb5da32679ab2abc4001f04d5f8c7044" > DPAD_OFF< / a > = 0x8
2018-10-13 16:56:59 +02:00
< br / >
2016-04-19 18:16:46 +02:00
}< / td > < / tr >
< tr class = "separator:a3eca256e8b59574c290177d7df302a62" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Enumeration Type Documentation< / h2 >
2018-10-13 16:56:59 +02:00
< a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62" > < / a >
2016-04-19 18:16:46 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > enum < a class = "el" href = "_p_s4_parser_8cpp.html#a3eca256e8b59574c290177d7df302a62" > DPADEnum< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2018-10-13 16:56:59 +02:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < em > < a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62aafb58dc961545afb332266b117e4a332" > < / a > DPAD_UP< / em >   < / td > < td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldname" > < em > < a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62abc09f2a57c77693c05e8d52917d2bac0" > < / a > DPAD_UP_RIGHT< / em >   < / td > < td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldname" > < em > < a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62af0f91a0468a0f49170b119f7de0d5cec" > < / a > DPAD_RIGHT< / em >   < / td > < td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldname" > < em > < a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62a352a732e4f7a41d4a92ab99e661094d0" > < / a > DPAD_RIGHT_DOWN< / em >   < / td > < td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldname" > < em > < a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62ab5e7d62ac3dfe6a925d1d6be3c756faa" > < / a > DPAD_DOWN< / em >   < / td > < td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldname" > < em > < a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62a1b679be7217f73f03393bb379b218d66" > < / a > DPAD_DOWN_LEFT< / em >   < / td > < td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldname" > < em > < a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62afe9bfbd6550b91f6640b74a155000cba" > < / a > DPAD_LEFT< / em >   < / td > < td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldname" > < em > < a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62ac6b9de0c407333a7161ca1efe6e30743" > < / a > DPAD_LEFT_UP< / em >   < / td > < td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldname" > < em > < a class = "anchor" id = "a3eca256e8b59574c290177d7df302a62aeb5da32679ab2abc4001f04d5f8c7044" > < / a > DPAD_OFF< / em >   < / td > < td class = "fielddoc" >
< / td > < / tr >
2016-04-19 18:16:46 +02:00
< / table >
2018-10-13 16:56:59 +02:00
< p > Definition at line < a class = "el" href = "_p_s4_parser_8cpp_source.html#l00020" > 20< / a > of file < a class = "el" href = "_p_s4_parser_8cpp_source.html" > PS4Parser.cpp< / a > .< / p >
2016-04-19 18:16:46 +02:00
< / div >
< / div >
2014-01-19 17:17:06 +01:00
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2018-10-13 16:56:59 +02:00
< / a > 1.8.6
2014-01-19 17:17:06 +01:00
< / small > < / address >
< / body >
< / html >