Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 7f0e9d2cc294974b84562d13b27b6991 > files > 39

ocamlviz-1.01-1.1mdv2010.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Monitor_sig.html">
<link rel="next" href="Ocamlviz_threads.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Binary" rel="Chapter" href="Binary.html">
<link title="Bproto" rel="Chapter" href="Bproto.html">
<link title="Db" rel="Chapter" href="Db.html">
<link title="Graph" rel="Chapter" href="Graph.html">
<link title="Monitor_sig" rel="Chapter" href="Monitor_sig.html">
<link title="Ocamlviz" rel="Chapter" href="Ocamlviz.html">
<link title="Ocamlviz_threads" rel="Chapter" href="Ocamlviz_threads.html">
<link title="Protocol" rel="Chapter" href="Protocol.html">
<link title="Timemap" rel="Chapter" href="Timemap.html"><title>Ocamlviz</title>
</head>
<body>
<div class="navbar"><a href="Monitor_sig.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="Ocamlviz_threads.html">Next</a>
</div>
<center><h1>Module <a href="type_Ocamlviz.html">Ocamlviz</a></h1></center>
<br>
<pre><span class="keyword">module</span> Ocamlviz: <code class="code">sig</code> <a href="Ocamlviz.html">..</a> <code class="code">end</code></pre>Library to instrument the monitored program<br>
<hr width="100%">
<pre><span class="keyword">include</span> <a href="Monitor_sig.Monitor.html">Monitor_sig.Monitor</a></pre>
<pre><span class="keyword">val</span> <a name="VALyield"></a>yield : <code class="type">unit -> unit</code></pre><div class="info">
Use this function to allow monitoring in computation-only code.<br>
</div>
<pre><span class="keyword">val</span> <a name="VALsend_now"></a>send_now : <code class="type">unit -> unit</code></pre><div class="info">
<code class="code">send_now ()</code> immediatly sends the current values of monitored datas to the clients.<br>
</div>
<pre><span class="keyword">val</span> <a name="VALinit"></a>init : <code class="type">unit -> unit</code></pre><div class="info">
<code class="code">init ()</code> has to be used to initialize Ocamlviz.<br>
</div>
</body></html>