libcvautomation/libcvautomation-xtest_8h_source.html

238 lines
24 KiB
HTML

<!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"/>
<title>libcvautomation: libcvautomation-xtest.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script src="http://www.mathjax.org/mathjax/MathJax.js"></script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">libcvautomation
&#160;<span id="projectnumber">2.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</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>
<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&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">libcvautomation-xtest.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="libcvautomation-xtest_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * =====================================================================================</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Filename: libcvautomation-xinput.h</span>
<a name="l00005"></a>00005 <span class="comment"> *</span>
<a name="l00006"></a>00006 <span class="comment"> * Description: </span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> * Created: 06/26/2012 09:08:41 AM</span>
<a name="l00009"></a>00009 <span class="comment"> * Revision: none</span>
<a name="l00010"></a>00010 <span class="comment"> * Compiler: gcc</span>
<a name="l00011"></a>00011 <span class="comment"> *</span>
<a name="l00012"></a>00012 <span class="comment"> * Author: Bradlee Speice (), bspeice.nc@gmail.com</span>
<a name="l00013"></a>00013 <span class="comment"> * Organization: </span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * =====================================================================================</span>
<a name="l00016"></a>00016 <span class="comment"> */</span>
<a name="l00017"></a>00017
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef LIBCVAUTOMATION_XTEST_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define LIBCVAUTOMATION_XTEST_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;<a class="code" href="libcvautomation_8h.html" title="The top-level include for all projects involving libcvautomation.">libcvautomation/libcvautomation.h</a>&gt;</span>
<a name="l00022"></a>00022
<a name="l00023"></a>00023 <span class="preprocessor">#define IS_CMD( x, y ) strncmp( x, y, strlen( y ) ) == 0</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define COMMAND_STR_LEN 512</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="comment">/* Make sure that the XTest extension is supported.</span>
<a name="l00027"></a>00027 <span class="comment"> * If it&#39;s not, return 0 (false) */</span>
<a name="l00028"></a>00028 Bool <a class="code" href="libcvautomation-xtest_8h.html#af5b751f28a87f6ca4c1b3969c2ddb7f4" title="Check if the XTest extension is supported.">xte_XTestSupported</a> ( Display *displayLocation );
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="comment">/* Get the current location of the mouse */</span>
<a name="l00031"></a>00031 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#aaa6da04691328c02b3fc3442eaa9bb44" title="Grab the current location of the mouse.">xte_mouseLocation</a> ( Display *displayLocation );
<a name="l00032"></a>00032
<a name="l00033"></a>00033 <span class="comment">/* Click the mouse where it is currently at */</span>
<a name="l00034"></a>00034 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a8a95419cacd3a0efbd4bb6274567e284" title="Click the mouse in its current location.">xte_clickMouse</a> ( Display *displayLocation, <span class="keywordtype">int</span> mouseButton );
<a name="l00035"></a>00035
<a name="l00036"></a>00036 <span class="comment">/* Click the mouse on an absolute screen location */</span>
<a name="l00037"></a>00037 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a808386f36914966032aa2e15fd5ef60b" title="Click the mouse button at an absolute location.">xte_clickMouseXY</a> ( Display *displayLocation, <span class="keywordtype">int</span> xLocation, <span class="keywordtype">int</span> yLocation, <span class="keywordtype">int</span> mouseButton );
<a name="l00038"></a>00038
<a name="l00039"></a>00039 <span class="comment">/* Click the mouse on a screen location relative to where it currently is */</span>
<a name="l00040"></a>00040 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a54df9f6d2278b6c840299f1f8ff94576" title="Click the mouse button at a relative location.">xte_clickMouseRXY</a> ( Display *displayLocation, <span class="keywordtype">int</span> xIncrement, <span class="keywordtype">int</span> yIncrement, <span class="keywordtype">int</span> mouseButton );
<a name="l00041"></a>00041
<a name="l00042"></a>00042 <span class="comment">/* Click the mouse at the top-left corner of an image on the specified display */</span>
<a name="l00043"></a>00043 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#afa808d82bff7531af99d20b5397f4810" title="Click the mouse based on location of an image.">xte_clickMouseImage</a> ( Display *displayLocation, IplImage *subImage, <span class="keywordtype">int</span> mouseButton, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance );
<a name="l00044"></a>00044
<a name="l00045"></a>00045 <span class="comment">/* Click the mouse at the top-left corner of an image on the specified display</span>
<a name="l00046"></a>00046 <span class="comment"> * where the subImage is a file location */</span>
<a name="l00047"></a>00047 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#aa8e0c08cbca4f2863c4feda535c34bf5" title="Click the mouse based on the location of an image from file.">xte_clickMouseImage_location</a> ( Display *displayLocation, <span class="keyword">const</span> <span class="keywordtype">char</span> *fileName, <span class="keywordtype">int</span> mouseButton, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance );
<a name="l00048"></a>00048
<a name="l00049"></a>00049 <span class="comment">/* Click the mouse at the center of an image on the specified display */</span>
<a name="l00050"></a>00050 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#aa167cd70fe8284dbccbbd42cd4878b3e" title="Click the mouse based on center location of an image.">xte_clickMouseImage_center</a> ( Display *displayLocation, IplImage *subImage, <span class="keywordtype">int</span> mouseButton, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance );
<a name="l00051"></a>00051
<a name="l00052"></a>00052 <span class="comment">/* Click the mouse at the center of an image on the specified display</span>
<a name="l00053"></a>00053 <span class="comment"> * where the subImage is a file location */</span>
<a name="l00054"></a>00054 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#a40ca9d0d71b8f7cc513c27a9b0171995" title="Click the mouse based on the center location of an image from file.">xte_clickMouseImage_location_center</a> ( Display *displayLocation, <span class="keyword">const</span> <span class="keywordtype">char</span> *fileName, <span class="keywordtype">int</span> mouseButton, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance );
<a name="l00055"></a>00055
<a name="l00056"></a>00056 <span class="comment">/* Move the mouse to a location and leave it there */</span>
<a name="l00057"></a>00057 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a16e54e500caa43ab825a2039be9aabf9" title="Move the mouse to a location, but do not click it.">xte_hoverMouseXY</a> ( Display *displayLocation, <span class="keywordtype">int</span> xLocation, <span class="keywordtype">int</span> yLocation );
<a name="l00058"></a>00058
<a name="l00059"></a>00059 <span class="comment">/* Move the mouse to a location relative to where it currently is and leave it there */</span>
<a name="l00060"></a>00060 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#ab86c2de782d401599652f2856f311aad" title="Move the mouse to a relative location, but do not click it.">xte_hoverMouseRXY</a> ( Display *displayLocation, <span class="keywordtype">int</span> xIncrement, <span class="keywordtype">int</span> yIncrement );
<a name="l00061"></a>00061
<a name="l00062"></a>00062 <span class="comment">/* Move the mouse to a location at the top-left corner of an image on the specified display</span>
<a name="l00063"></a>00063 <span class="comment"> * but don&#39;t click the mouse */</span>
<a name="l00064"></a>00064 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#a657631e704e31818b42587ef50724930" title="Move the mouse based on location of an image.">xte_hoverMouseImage</a> ( Display *displayLocation, IplImage *subImage, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance );
<a name="l00065"></a>00065
<a name="l00066"></a>00066 <span class="comment">/* Move the mouse to a location at the top-left corner of an image from file on the specified display</span>
<a name="l00067"></a>00067 <span class="comment"> * but don&#39;t click the mouse */</span>
<a name="l00068"></a>00068 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#ad274843eaaed7af192f09310caa9e5b2" title="Move the mouse based on location of an image from file.">xte_hoverMouseImage_location</a> ( Display *displayLocation, <span class="keyword">const</span> <span class="keywordtype">char</span> *filename, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance );
<a name="l00069"></a>00069
<a name="l00070"></a>00070 <span class="comment">/* Move the mouse to a location at the center of an image on the specified display</span>
<a name="l00071"></a>00071 <span class="comment"> * but don&#39;t click the mouse */</span>
<a name="l00072"></a>00072 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#a72f049ae7ade76344e47d01ba451e8f1" title="Move the mouse based on center location of an image.">xte_hoverMouseImage_center</a> ( Display *displayLocation, IplImage *subImage, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance );
<a name="l00073"></a>00073
<a name="l00074"></a>00074 <span class="comment">/* Move the mouse to a location at the center of an image from file on the specified display</span>
<a name="l00075"></a>00075 <span class="comment"> * but don&#39;t click the mouse */</span>
<a name="l00076"></a>00076 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#acdcc9eb1e6633458ebb6ec0c7b57ba26" title="Move the mouse based on the center location of an image from file.">xte_hoverMouseImage_location_center</a> ( Display *displayLocation, <span class="keyword">const</span> <span class="keywordtype">char</span> *fileName, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance );
<a name="l00077"></a>00077
<a name="l00078"></a>00078 <span class="comment">/* Push a mouse button down, but don&#39;t release it */</span>
<a name="l00079"></a>00079 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#acca8cce58009ce177265bea29e8223e8" title="Press a mouse button down, and do not release it.">xte_mouseDown</a> ( Display *displayLocation, <span class="keywordtype">int</span> mouseButton );
<a name="l00080"></a>00080
<a name="l00081"></a>00081 <span class="comment">/* Let a mouse button up */</span>
<a name="l00082"></a>00082 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a317610586ac31c5c501290099b7ebf63" title="Release a mouse button.">xte_mouseUp</a> ( Display *displayLocation, <span class="keywordtype">int</span> mouseButton );
<a name="l00083"></a>00083
<a name="l00084"></a>00084 <span class="comment">/* Move the mouse a little bit */</span>
<a name="l00085"></a>00085 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#ad4a4b4739bf494478dccb520d6946fbd" title="Jiggle the mouse in place.">xte_mouseJiggle</a> ( Display *displayLocation );
<a name="l00086"></a>00086
<a name="l00087"></a>00087 <span class="comment">/* Scroll the mouse up */</span>
<a name="l00088"></a>00088 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a18f5cc7307329ce2e13ceb25b274822b" title="Scroll the mouse up.">xte_mouseScrollUp</a> ( Display *displayLocation );
<a name="l00089"></a>00089
<a name="l00090"></a>00090 <span class="comment">/* Scroll the mouse down */</span>
<a name="l00091"></a>00091 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a5942cc208d0adc9ac8f74175803466b5" title="Scroll the mouse down.">xte_mouseScrollDown</a> ( Display *displayLocation );
<a name="l00092"></a>00092
<a name="l00093"></a>00093 <span class="comment">/* Press and release a key </span>
<a name="l00094"></a>00094 <span class="comment"> * Note that we use a string for *key, since keys like &quot;space&quot; are still valid. */</span>
<a name="l00095"></a>00095 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#aa5d0f5167ac455ac88d063450b8aaac6" title="Press and release a keyboard key.">xte_clickKey</a> ( Display *displayLocation, <span class="keywordtype">char</span> *key );
<a name="l00096"></a>00096
<a name="l00097"></a>00097 <span class="comment">/* Press and release keys in a string */</span>
<a name="l00098"></a>00098 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a1411973d9245ac1d610988a965ceb5a7" title="Input a string of characters to the X Server.">xte_clickKeyStr</a> ( Display *displayLocation, <span class="keywordtype">char</span> *<span class="keywordtype">string</span> );
<a name="l00099"></a>00099
<a name="l00100"></a>00100 <span class="comment">/* Press a key down */</span>
<a name="l00101"></a>00101 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#ad1d7153af9ed5cb2ba3b6d2a89c4ec75" title="Press a key down, but do not release it.">xte_keyDown</a> ( Display *displayLocation, <span class="keywordtype">char</span> *key );
<a name="l00102"></a>00102
<a name="l00103"></a>00103 <span class="comment">/* Release a key */</span>
<a name="l00104"></a>00104 <span class="keywordtype">void</span> <a class="code" href="libcvautomation-xtest_8h.html#a6af5c14f862dd91fec682fde44a10e23" title="Release a key.">xte_keyUp</a> ( Display *displayLocation, <span class="keywordtype">char</span> *key );
<a name="l00105"></a>00105
<a name="l00106"></a>00106 <span class="comment">/* Wait for an image to show up on screen */</span>
<a name="l00107"></a>00107 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#abfbad79445cce59c95940649210f1b31" title="Wait for an image to show up on screen.">xte_waitForImage</a> ( Display *displayLocation, IplImage *subImage, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance, <span class="keywordtype">int</span> timeout );
<a name="l00108"></a>00108
<a name="l00109"></a>00109 <span class="comment">/* Wait for an image from file to show up on screen */</span>
<a name="l00110"></a>00110 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#a3f474b9f3ae44e2fcf8997a2a806139e" title="Wait for an image from file to show up on screen.">xte_waitForImage_location</a> ( Display *displayLocation, <span class="keyword">const</span> <span class="keywordtype">char</span> *fileName, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance, <span class="keywordtype">int</span> timeout );
<a name="l00111"></a>00111
<a name="l00112"></a>00112 <span class="comment">/* Wait for an image to show up on screen, return the center point */</span>
<a name="l00113"></a>00113 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#a6c246fab2cf1e45eb11f519d805e0fb2" title="Wait for an image to show up on screen, return the center point.">xte_waitForImage_center</a>( Display *displayLocation, IplImage *subImage, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance, <span class="keywordtype">int</span> timeout );
<a name="l00114"></a>00114
<a name="l00115"></a>00115 <span class="comment">/* Wait for an image from file to show up on screen, return the center point */</span>
<a name="l00116"></a>00116 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#ac95300b7c9f5310967e8ffe793c9c8e9" title="Wait for an image from file to show up on screen, return the center point.">xte_waitForImage_location_center</a>( Display *displayLocation, <span class="keyword">const</span> <span class="keywordtype">char</span> *fileName, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance, <span class="keywordtype">int</span> timeout );
<a name="l00117"></a>00117
<a name="l00118"></a>00118 <span class="comment">/* Use one of the functions by command name */</span>
<a name="l00119"></a>00119 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> <a class="code" href="libcvautomation-xtest_8h.html#a7ea1430ed90d3166f8d9fbb4e240a28f" title="Execute a command where the command is coming from a string.">xte_commandString</a> ( Display *displayLocation, <span class="keywordtype">char</span> *commandString, <span class="keywordtype">int</span> mouseButton, <span class="keywordtype">int</span> searchMethod, <span class="keywordtype">int</span> tolerance, <span class="keywordtype">int</span> timeout );
<a name="l00120"></a>00120
<a name="l00121"></a>00121 <span class="preprocessor">#endif </span><span class="comment">/* LIBCVAUTOMATION_XTEST_H */</span>
<a name="l00122"></a>00122
<a name="l00123"></a>00123 <span class="comment">/* Doxygen information */</span>
</pre></div></div><!-- contents -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Defines</a></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>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Oct 11 2012 17:42:49 for libcvautomation by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>