git @ Cat's Eye Technologies pibfi / master doc / pibfi_supervisor.html
master

Tree @master (Download .tar.gz)

pibfi_supervisor.html @masterraw · history · blame

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Module pibfi_supervisor</title>

</head>
<body bgcolor="white">
<h1>Module pibfi_supervisor</h1>
<ul><li>
<a href="#index">Function index</a></li><li>
<a href="#exported">Exported functions</a></li></ul>

<h2>Description</h2>
Supervisor process for <code>pibfi</code>.
 
  <p>All error handling is done here.  This allows the other processes
  to be coded in a more direct, laissez-crash style.  The centralization
  of error-handling code in this process allows for minimal
  error-handling code in the other processes, which makes their code
  clearer and easier to follow.</p>
 

<h2><a name="index">Function Index</a></h2>

<table width="100%" border="1"><tr><th colspan="2" align="left">Exported Functions</th></tr>
<tr><td><a href="#link-3">link/3</a></td><td/></tr>
<tr><td><a href="#server-0">server/0</a></td><td/></tr>
<tr><td><a href="#spawn_link-6">spawn_link/6</a></td><td/></tr>
<tr><td><a href="#start-0">start/0</a></td><td/></tr>
</table>

<h2><a name="exported">Exported Functions</a></h2>

<h3><a name="link-3">link/3</a></h3>

<p><code>link(Arg1, Arg2, Arg3) -> term()</code></p>
<p> </p>

<h3><a name="server-0">server/0</a></h3>

<p><code>server() -> term()</code></p>
<p> </p>

<h3><a name="spawn_link-6">spawn_link/6</a></h3>

<p><code>spawn_link(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6) -> term()</code></p>
<p> </p>

<h3><a name="start-0">start/0</a></h3>

<p><code>start() -> term()</code></p>
<p> </p></body>
</html>