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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<!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: oscap_reporter 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>oscap_reporter Struct Reference<br/>
<small>
[<a class="el" href="group__Reporters.html">Reporters</a>]</small>
</h1><!-- doxytag: class="oscap_reporter" -->
<p>Reporter instance.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="reporter_8h_source.html">reporter.h</a>></code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#gadf1ddca067c1d7c9badbada6ce1e5efb">oscap_reporter_new</a> (const struct <a class="el" href="structoscap__reporter__type.html">oscap_reporter_type</a> *type, void *user)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create a new reporter of given type. <a href="group__Reporters.html#gadf1ddca067c1d7c9badbada6ce1e5efb"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#gaac027dea48263e1b7de11a6238a82778">oscap_reporter_free</a> (struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *reporter)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#ga5246095da903839dfcc22073cef4c907">oscap_reporter_dispatch</a> (struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *reporter, const struct <a class="el" href="structoscap__reporter__message.html">oscap_reporter_message</a> *msg)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Forward a message to a reporter. <a href="group__Reporters.html#ga5246095da903839dfcc22073cef4c907"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#ga93a7de375fcf4507df3e7db4a0e31464">oscap_reporter_report</a> (struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *reporter, struct <a class="el" href="structoscap__reporter__message.html">oscap_reporter_message</a> *msg)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Do report. <a href="group__Reporters.html#ga93a7de375fcf4507df3e7db4a0e31464"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#gaf467a448b5bbbc1f11ae7654608f834a">oscap_reporter_report_fmt</a> (struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *reporter, <a class="el" href="group__Reporters.html#ga9958de4d24744d816480c94796014c0a">oscap_reporter_family_t</a> family, <a class="el" href="group__Reporters.html#gabea6171ab5d5780073321cfe7687a715">oscap_reporter_code_t</a> code, const char *fmt,...)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#ga1396a3a5ce0fa2e020d5fa0a98488198">oscap_reporter_get_userdata</a> (const struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *item)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#gaad5c3f855e30c34d3cc594a136bb5348">oscap_reporter_set_userdata</a> (struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *obj, const char *newval)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga7939e47693860d077e47d897cb676969"></a><!-- doxytag: member="oscap_reporter::oscap_reporter_report_xml" ref="ga7939e47693860d077e47d897cb676969" args="(struct oscap_reporter *reporter, xmlErrorPtr error)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#ga7939e47693860d077e47d897cb676969">oscap_reporter_report_xml</a> (struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *reporter, xmlErrorPtr error)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Feed a XML error to the reporter. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ga654853679c7272ef152ebb18aa38e061"></a><!-- doxytag: member="oscap_reporter::oscap_reporter_report_libc" ref="ga654853679c7272ef152ebb18aa38e061" args="(struct oscap_reporter *reporter)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#ga654853679c7272ef152ebb18aa38e061">oscap_reporter_report_libc</a> (struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *reporter)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Report standard C error (errno based) to a reporter. <br/></td></tr>
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af52681b999312a54622e1c8ff5c48910"></a><!-- doxytag: member="oscap_reporter::type" ref="af52681b999312a54622e1c8ff5c48910" args="" -->
struct <a class="el" href="structoscap__reporter__type.html">oscap_reporter_type</a> * </td><td class="memItemRight" valign="bottom"><b>type</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a90fb3392c58998bf676099541cd3581e"></a><!-- doxytag: member="oscap_reporter::userdata" ref="a90fb3392c58998bf676099541cd3581e" args="" -->
void * </td><td class="memItemRight" valign="bottom"><b>userdata</b></td></tr>
<tr><td colspan="2"><h2>Related Functions</h2></td></tr>
<tr><td colspan="2"><p>(Note that these are not member functions.) </p>
<br/><br/></td></tr>
<tr><td colspan="2"><div class="groupHeader">Standard reporters</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrp23eaab65b88d3cabda3f9e413e08052f"></a> </p>
<br/><br/></div></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structoscap__reporter__type.html">oscap_reporter_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#ga70cb37c716f8ce68ff4f20ecc2895c04">OSCAP_REPORTER_STDOUT</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Standard output reporter. <a href="group__Reporters.html#ga70cb37c716f8ce68ff4f20ecc2895c04"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structoscap__reporter__type.html">oscap_reporter_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#gada559d363b02a3fae9647e044a3bb5f1">OSCAP_REPORTER_MULTI</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Reporter to multiple other reporters. <a href="group__Reporters.html#gada559d363b02a3fae9647e044a3bb5f1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#gad8223c271be6d6adbd418b1e7aefe5e9">oscap_reporter_multi_add_reporter</a> (struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *multi, struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *reporter)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Add a subreporter to given multireporter. <a href="group__Reporters.html#gad8223c271be6d6adbd418b1e7aefe5e9"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__Reporters.html#ga52380231fa87e51e08902c26137e441a">oscap_reporter_new_filter</a> (struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *pos_child, struct <a class="el" href="structoscap__reporter.html">oscap_reporter</a> *neg_child, <a class="el" href="group__Reporters.html#ga9958de4d24744d816480c94796014c0a">oscap_reporter_family_t</a> family, <a class="el" href="group__Reporters.html#gabea6171ab5d5780073321cfe7687a715">oscap_reporter_code_t</a> min_code, <a class="el" href="group__Reporters.html#gabea6171ab5d5780073321cfe7687a715">oscap_reporter_code_t</a> max_code)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create a new filtering reporter. <a href="group__Reporters.html#ga52380231fa87e51e08902c26137e441a"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Reporter instance. </p>
<hr/>The documentation for this struct was generated from the following files:<ul>
<li>/home/pvrabec/project/openscap/openscap-0.5.12/src/common/reporter.c</li>
<li>/home/pvrabec/project/openscap/openscap-0.5.12/src/common/public/<a class="el" href="reporter_8h_source.html">reporter.h</a></li>
<li>/home/pvrabec/project/openscap/openscap-0.5.12/src/common/<a class="el" href="reporter__priv_8h_source.html">reporter_priv.h</a></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>
|