Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 06e1e0ab98898582c876a8be34ecb5e9 > files > 283

capisuite-0.4.5-5mdv2010.0.i586.rpm

<!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>CapiSuite: idlescript.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.8 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<h1>idlescript.h File Reference</h1>Contains <a class="el" href="classIdleScript.html">IdleScript</a> - Implements calling of python script in regular intervals for user defined activity (e.g. sending faxes). <a href="#_details">More...</a>
<p>
<code>#include &lt;string&gt;</code><br>
<code>#include "<a class="el" href="applicationexception_8h-source.html">applicationexception.h</a>"</code><br>
<code>#include "<a class="el" href="pythonscript_8h-source.html">pythonscript.h</a>"</code><br>

<p>
<a href="idlescript_8h-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>class &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classIdleScript.html">IdleScript</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implements calling of python script in regular intervals for user defined activity (e.g. sending faxes).  <a href="classIdleScript.html#_details">More...</a><br></td></tr>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="idlescript_8h.html#a0">idlescript_exec_handler</a> (void *arg)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Thread exec handler for <a class="el" href="classIdleScript.html">IdleScript</a> class.  <a href="#a0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="idlescript_8h.html#a1">idlescript_cleanup_handler</a> (void *arg)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Thread clean handler for <a class="el" href="classIdleScript.html">IdleScript</a> class.  <a href="#a1"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Contains <a class="el" href="classIdleScript.html">IdleScript</a> - Implements calling of python script in regular intervals for user defined activity (e.g. sending faxes). 
<p>
<dl compact><dt><b>Author:</b></dt><dd>Gernot Hillier &lt;<a href="mailto:gernot@hillier.de">gernot@hillier.de</a>&gt; <dl compact><dt><b>Revision</b></dt><dd>1.1 </dd></dl>
</dd></dl>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="a1" doxytag="idlescript.h::idlescript_cleanup_handler" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void idlescript_cleanup_handler           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>arg</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Thread clean handler for <a class="el" href="classIdleScript.html">IdleScript</a> class. 
<p>
This is a handler which is called by pthreads at cleanup. It will call this-&gt;final().     </td>
  </tr>
</table>
<a class="anchor" name="a0" doxytag="idlescript.h::idlescript_exec_handler" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void* idlescript_exec_handler           </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap> <em>arg</em>          </td>
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Thread exec handler for <a class="el" href="classIdleScript.html">IdleScript</a> class. 
<p>
This is a handler which will call this-&gt;run() for the use in pthread_create(). It will also register idlescript_cleanup_handler     </td>
  </tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Sun Nov 28 14:37:44 2004 for CapiSuite by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>