1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<!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>Open SCAP Library: callback_out_t Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<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="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>callback_out_t Struct Reference</h1><!-- doxytag: class="callback_out_t" -->
<p>Typedef of callback structure with callback function and usr data (optional) After evaluation action will be called the callback with user data.
<a href="#_details">More...</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a11ee74c15b324a7c7e88694d9f646bcc"></a><!-- doxytag: member="callback_out_t::system" ref="a11ee74c15b324a7c7e88694d9f646bcc" args="" -->
char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcallback__out__t.html#a11ee74c15b324a7c7e88694d9f646bcc">system</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Identificator of checking engine (output engine). <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7880965e96528e112d8553d76f1c4a35"></a><!-- doxytag: member="callback_out_t::callback" ref="a7880965e96528e112d8553d76f1c4a35" args=")(const char *, xccdf_test_result_type_t, void *)" -->
int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structcallback__out__t.html#a7880965e96528e112d8553d76f1c4a35">callback</a> )(const char *, <a class="el" href="group__XCCDF.html#gabf34f4480799efc8e1af5f4706d2666d">xccdf_test_result_type_t</a>, void *)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">format of callback function <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a11cf63442cebaf2ba047f9fd438a9d94"></a><!-- doxytag: member="callback_out_t::usr" ref="a11cf63442cebaf2ba047f9fd438a9d94" args="" -->
void * </td><td class="memItemRight" valign="bottom"><a class="el" href="structcallback__out__t.html#a11cf63442cebaf2ba047f9fd438a9d94">usr</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">User data structure. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Typedef of callback structure with callback function and usr data (optional) After evaluation action will be called the callback with user data. </p>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>/home/pvrabec/project/openscap/openscap-0.5.12/src/XCCDF_POLICY/xccdf_policy.c</li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 30 Jun 2010 for Open SCAP Library by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|