blob: 1fa3fb93e6ba3e9e52bdb67402939c01ec69433b [file] [log] [blame]
<!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"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libguac: guacamole/parser-types.h 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/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.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;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">libguac
&#160;<span id="projectnumber">1.1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_6bb9fad85c98b48a11165f494b9f53ce.html">guacamole</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#enum-members">Enumerations</a> </div>
<div class="headertitle">
<div class="title">parser-types.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Type definitions related to parsing the Guacamole protocol.
<a href="#details">More...</a></p>
<p><a href="parser-types_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr class="memitem:a842bb8c1d5569ebebae3fdadb2527f30"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="parser-types_8h.html#a842bb8c1d5569ebebae3fdadb2527f30">guac_parse_state</a> { <a class="el" href="parser-types_8h.html#a842bb8c1d5569ebebae3fdadb2527f30ad3301ee4914616a122a999a6f28910cc">GUAC_PARSE_LENGTH</a>,
<a class="el" href="parser-types_8h.html#a842bb8c1d5569ebebae3fdadb2527f30a324af2c7faab24fd596a2a646bf8b55e">GUAC_PARSE_CONTENT</a>,
<a class="el" href="parser-types_8h.html#a842bb8c1d5569ebebae3fdadb2527f30ac2f96a86cbe8d0f5db5efc09da4580cf">GUAC_PARSE_COMPLETE</a>,
<a class="el" href="parser-types_8h.html#a842bb8c1d5569ebebae3fdadb2527f30ace4ab12c05611f0dbc5260430812b0bc">GUAC_PARSE_ERROR</a>
}</td></tr>
<tr class="memdesc:a842bb8c1d5569ebebae3fdadb2527f30"><td class="mdescLeft">&#160;</td><td class="mdescRight">All possible states of the instruction parser. <a href="parser-types_8h.html#a842bb8c1d5569ebebae3fdadb2527f30">More...</a><br /></td></tr>
<tr class="separator:a842bb8c1d5569ebebae3fdadb2527f30"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Type definitions related to parsing the Guacamole protocol. </p>
</div><h2 class="groupheader">Enumeration Type Documentation</h2>
<a id="a842bb8c1d5569ebebae3fdadb2527f30"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a842bb8c1d5569ebebae3fdadb2527f30">&#9670;&nbsp;</a></span>guac_parse_state</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="parser-types_8h.html#a842bb8c1d5569ebebae3fdadb2527f30">guac_parse_state</a></td>
</tr>
</table>
</div><div class="memdoc">
<p>All possible states of the instruction parser. </p>
<table class="fieldtable">
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a id="a842bb8c1d5569ebebae3fdadb2527f30ad3301ee4914616a122a999a6f28910cc"></a>GUAC_PARSE_LENGTH&#160;</td><td class="fielddoc"><p>The parser is currently waiting for data to complete the length prefix of the current element of the instruction. </p>
</td></tr>
<tr><td class="fieldname"><a id="a842bb8c1d5569ebebae3fdadb2527f30a324af2c7faab24fd596a2a646bf8b55e"></a>GUAC_PARSE_CONTENT&#160;</td><td class="fielddoc"><p>The parser has finished reading the length prefix and is currently waiting for data to complete the content of the instruction. </p>
</td></tr>
<tr><td class="fieldname"><a id="a842bb8c1d5569ebebae3fdadb2527f30ac2f96a86cbe8d0f5db5efc09da4580cf"></a>GUAC_PARSE_COMPLETE&#160;</td><td class="fielddoc"><p>The instruction has been fully parsed. </p>
</td></tr>
<tr><td class="fieldname"><a id="a842bb8c1d5569ebebae3fdadb2527f30ace4ab12c05611f0dbc5260430812b0bc"></a>GUAC_PARSE_ERROR&#160;</td><td class="fielddoc"><p>The instruction cannot be parsed because of a protocol error. </p>
</td></tr>
</table>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>