mirror of
				https://github.com/bspeice/libcvautomation
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Release version 1.1 Documentation
This commit is contained in:
		
							
								
								
									
										68
									
								
								cva-match_8c.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										68
									
								
								cva-match_8c.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,68 @@
 | 
			
		||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 | 
			
		||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 | 
			
		||||
<title>libcvautomation: cva-match.c File Reference</title>
 | 
			
		||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
 | 
			
		||||
<link href="tabs.css" rel="stylesheet" type="text/css">
 | 
			
		||||
</head><body>
 | 
			
		||||
<!-- Generated by Doxygen 1.4.7 -->
 | 
			
		||||
<div class="tabs">
 | 
			
		||||
  <ul>
 | 
			
		||||
    <li><a href="index.html"><span>Main Page</span></a></li>
 | 
			
		||||
    <li><a href="annotated.html"><span>Classes</span></a></li>
 | 
			
		||||
    <li id="current"><a href="files.html"><span>Files</span></a></li>
 | 
			
		||||
    <li><a href="pages.html"><span>Related Pages</span></a></li>
 | 
			
		||||
    <li>
 | 
			
		||||
      <form action="search.php" method="get">
 | 
			
		||||
        <table cellspacing="0" cellpadding="0" border="0">
 | 
			
		||||
          <tr>
 | 
			
		||||
            <td><label> <u>S</u>earch for </label></td>
 | 
			
		||||
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
 | 
			
		||||
          </tr>
 | 
			
		||||
        </table>
 | 
			
		||||
      </form>
 | 
			
		||||
    </li>
 | 
			
		||||
  </ul></div>
 | 
			
		||||
<div class="tabs">
 | 
			
		||||
  <ul>
 | 
			
		||||
    <li><a href="files.html"><span>File List</span></a></li>
 | 
			
		||||
    <li><a href="globals.html"><span>File Members</span></a></li>
 | 
			
		||||
  </ul></div>
 | 
			
		||||
<h1>cva-match.c File Reference</h1>The cva-input program to demonstrate Libcvautomation's XTest functionality. <a href="#_details">More...</a>
 | 
			
		||||
<p>
 | 
			
		||||
<code>#include <stdlib.h></code><br>
 | 
			
		||||
<code>#include <stdio.h></code><br>
 | 
			
		||||
<code>#include <unistd.h></code><br>
 | 
			
		||||
<code>#include <getopt.h></code><br>
 | 
			
		||||
<code>#include <limits.h></code><br>
 | 
			
		||||
<code>#include <<a class="el" href="libcvautomation_8h-source.html">libcvautomation/libcvautomation.h</a>></code><br>
 | 
			
		||||
 | 
			
		||||
<p>
 | 
			
		||||
<a href="cva-match_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
 | 
			
		||||
<tr><td></td></tr>
 | 
			
		||||
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
 | 
			
		||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structlist.html">list</a></td></tr>
 | 
			
		||||
 | 
			
		||||
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
 | 
			
		||||
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="13f238c775b8e32baf4b94d638a11d6f"></a><!-- doxytag: member="cva-match.c::basic_list" ref="13f238c775b8e32baf4b94d638a11d6f" args="" -->
 | 
			
		||||
typedef <a class="el" href="structlist.html">list</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="cva-match_8c.html#13f238c775b8e32baf4b94d638a11d6f">basic_list</a></td></tr>
 | 
			
		||||
 | 
			
		||||
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
 | 
			
		||||
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="76233dfb0e07a4db25a86e8688302693"></a><!-- doxytag: member="cva-match.c::usage" ref="76233dfb0e07a4db25a86e8688302693" args="()" -->
 | 
			
		||||
void </td><td class="memItemRight" valign="bottom"><b>usage</b> ()</td></tr>
 | 
			
		||||
 | 
			
		||||
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="24e6ce6d053864cf5fb7af941457bb0e"></a><!-- doxytag: member="cva-match.c::main" ref="24e6ce6d053864cf5fb7af941457bb0e" args="(int argc, char **argv)" -->
 | 
			
		||||
int </td><td class="memItemRight" valign="bottom"><a class="el" href="cva-match_8c.html#24e6ce6d053864cf5fb7af941457bb0e">main</a> (int argc, char **argv)</td></tr>
 | 
			
		||||
 | 
			
		||||
</table>
 | 
			
		||||
<hr><a name="_details"></a><h2>Detailed Description</h2>
 | 
			
		||||
The cva-input program to demonstrate Libcvautomation's XTest functionality. 
 | 
			
		||||
<p>
 | 
			
		||||
<dl compact><dt><b>Author:</b></dt><dd>Bradlee Speice <<a href="mailto:bspeice@uncc.edu">bspeice@uncc.edu</a>> </dd></dl>
 | 
			
		||||
<dl compact><dt><b>Date:</b></dt><dd>7/11/2012 </dd></dl>
 | 
			
		||||
 | 
			
		||||
<p>
 | 
			
		||||
Definition in file <a class="el" href="cva-match_8c-source.html">cva-match.c</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 17 12:19:00 2012 for libcvautomation by 
 | 
			
		||||
<a href="http://www.doxygen.org/index.html">
 | 
			
		||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user