Sophie

Sophie

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

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

<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 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>Index of values</title>
</head>
<body>
<center><h1>Index of values</h1></center>
<table>
<tr><td align="left"><br>A</td></tr>
<tr><td><a href="Timemap.html#VALadd">add</a> [<a href="Timemap.html">Timemap</a>]</td>
<td><div class="info">
<code class="code">add tm f d</code> adds a floating-point <code class="code">f</code> and a 'a <code class="code">d</code> to the timemap <code class="code">tm</code>.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALadd">add</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">add g tag n f k c</code> adds a function <code class="code">f</code> with name <code class="code">n</code> to the graph <code class="code">g</code> and returns it as an element of this graph.
</div>
</td></tr>
<tr><td><a href="Db.html#VALadd_tag">add_tag</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">add_tag id k n</code> adds to the database a tag whose id is <code class="code">id</code>, kind <code class="code">k</code>, and name <code class="code">n</code>.
</div>
</td></tr>
<tr><td align="left"><br>B</td></tr>
<tr><td><a href="Binary.html#VALbuf_bool">buf_bool</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">buf_bool b i</code> encodes a boolean <code class="code">i</code> in the buffer <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALbuf_float">buf_float</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">buf_float b f</code> encodes a floating-point number <code class="code">f</code> in the buffer <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALbuf_int16">buf_int16</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">buf_int16 b i</code> encodes a 16-bits integer <code class="code">i</code> in the buffer <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALbuf_int31">buf_int31</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">buf_int31 b i</code> encodes a native 31-bits integer <code class="code">i</code> in the buffer <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALbuf_int63">buf_int63</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">buf_int63 b i</code> encodes a native 63-bits integer <code class="code">i</code> in the buffer <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALbuf_int64">buf_int64</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">buf_int64 b i</code> encodes an int64 <code class="code">i</code> in the buffer <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALbuf_int8">buf_int8</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">buf_int8 b i</code> encodes a 8-bits integer <code class="code">i</code> in the buffer <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALbuf_list16">buf_list16</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">buf_list16 f b l</code> encodes the list <code class="code">l</code> in the buffer <code class="code">b</code>, with the function <code class="code">f</code> specifying how to encode an item of <code class="code">l</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALbuf_string31">buf_string31</a> [<a href="Binary.html">Binary</a>]</td>
<td></td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Db.html#VALchange_value">change_value</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">change_value id v</code> replaces the value of the tag whose identifier is <code class="code">id</code> by the value <code class="code">v</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALclean_up">clean_up</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">clean_up ()</code> cleans up every stored values from every timemaps that are older than the record window.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALclear">clear</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">clear g</code> clears the graph.
</div>
</td></tr>
<tr><td><a href="Timemap.html#VALcreate">create</a> [<a href="Timemap.html">Timemap</a>]</td>
<td><div class="info">
<code class="code">create d</code> creates a timemap with the data d.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Time.html#VALcreate">create</a> [<a href="Monitor_sig.Monitor.Time.html">Monitor_sig.Monitor.Time</a>]</td>
<td><div class="info">
<code class="code">create s</code> creates a time called <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Tag.html#VALcreate">create</a> [<a href="Monitor_sig.Monitor.Tag.html">Monitor_sig.Monitor.Tag</a>]</td>
<td><div class="info">
<code class="code">create s</code> creates a tag called <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Point.html#VALcreate">create</a> [<a href="Monitor_sig.Monitor.Point.html">Monitor_sig.Monitor.Point</a>]</td>
<td><div class="info">
<code class="code">create s</code> creates a point called <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALcreate">create</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">create ()</code> creates an empty graph that is a GMisc.drawing_area.
</div>
</td></tr>
<tr><td align="left"><br>D</td></tr>
<tr><td><a href="Bproto.html#VALdecode_one">decode_one</a> [<a href="Bproto.html">Bproto</a>]</td>
<td><div class="info">
<code class="code">decode s first last</code> decodes messages using
      characters in <code class="code">s</code> from <code class="code">first</code> to <code class="code">last</code>;
      returns the messages together with the position right after
      the last decoded message.
</div>
</td></tr>
<tr><td><a href="Bproto.html#VALdump">dump</a> [<a href="Bproto.html">Bproto</a>]</td>
<td><div class="info">
DEBUG
</div>
</td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Time.html#VALelapsed_time">elapsed_time</a> [<a href="Monitor_sig.Monitor.Time.html">Monitor_sig.Monitor.Time</a>]</td>
<td><div class="info">
Time passed since the initialization (in seconds).
</div>
</td></tr>
<tr><td><a href="Bproto.html#VALencode">encode</a> [<a href="Bproto.html">Bproto</a>]</td>
<td><div class="info">
<code class="code">encode b ml</code> encodes a message list <code class="code">ml</code> in the buffer <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Bproto.html#VALencode_one">encode_one</a> [<a href="Bproto.html">Bproto</a>]</td>
<td><div class="info">
<code class="code">encode_one b m</code> encodes a message <code class="code">m</code> in the buffer <code class="code">b</code>.
</div>
</td></tr>
<tr><td align="left"><br>F</td></tr>
<tr><td><a href="Timemap.html#VALfind">find</a> [<a href="Timemap.html">Timemap</a>]</td>
<td><div class="info">
<code class="code">find tm t</code> returns the most recent pair <code class="code">(t',v')</code> in <code class="code">tm</code> 
      with <code class="code">t'</code> smaller or equal than <code class="code">t</code>;
      raises <code class="code">Not_found</code> if <code class="code">tm</code> contains no element or if the
      first element of <code class="code">tm</code> is younger than <code class="code">t</code>.
</div>
</td></tr>
<tr><td align="left"><br>G</td></tr>
<tr><td><a href="Db.html#VALget_bindings">get_bindings</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_bindings id</code> returns a list of tags who are bound together.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_bool">get_bool</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_bool s pos</code> decodes a byte in <code class="code">s</code> at the position <code class="code">pos</code> 
      and return a boolean along with the new position in <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_color">get_color</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_color f</code> returns the current color used to display the function <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_current_time">get_current_time</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_current_time ()</code> returns the current time.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_float">get_float</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_float s pos</code> decodes eight bytes in <code class="code">s</code> at the position <code class="code">pos</code> 
      and return a floating-point number along with the new position in <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_gridx">get_gridx</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_gridx g</code> returns the number of divisions of the background along the X-axis
      on the graph <code class="code">g</code>.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_gridy">get_gridy</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_gridy g</code> returns the number of divisions of the background along the Y-axis
      on the graph <code class="code">g</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_hash">get_hash</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_hash id</code> returns the value of the monitored <code class="code">Hashtable</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_hash_list">get_hash_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_hash_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Hash.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_hash_mean">get_hash_mean</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_hash_mean id</code> returns the buckets' mean length of the monitored <code class="code">Hashtable</code> <code class="code">id</code> that is the closest 
      to the observation time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_hash_percent_filled">get_hash_percent_filled</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_hash_percent_filled id</code> returns the filling rate of the monitored <code class="code">Hashtable</code> <code class="code">id</code> that is the closest 
      to the observation time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_heap_alive_size">get_heap_alive_size</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_heap_alive_size ()</code> returns the alive datas size value of the major heap
      that is the closest to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_heap_max_size">get_heap_max_size</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_heap_max_size ()</code> returns the maximum size value of the major heap 
      that is the closest to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_heap_total_size">get_heap_total_size</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_heap_total_size ()</code> returns the total size value of the major heap
      that is the closest to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_int16">get_int16</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_int16 s pos</code> decodes two bytes in <code class="code">s</code> at the position <code class="code">pos</code> 
      and return a 16 bits integer along with the new position in <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_int31">get_int31</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_int31 s pos</code> decodes four bytes in <code class="code">s</code> at the position <code class="code">pos</code> 
      and return a 31 bits integer along with the new position in <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_int63">get_int63</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_int63 s pos</code> decodes eight bytes in <code class="code">s</code> at the position <code class="code">pos</code> 
      and return a 63 bits integer along with the new position in <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_int63_of_31">get_int63_of_31</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_int63_of_31 s pos</code> decodes four bytes in <code class="code">s</code> at the position <code class="code">pos</code> 
      and return a 63 bits integer along with the new position in <code class="code">s</code>, made from the 31 bits integer.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_int64">get_int64</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_int64 s pos</code> decodes eight bytes in <code class="code">s</code> at the position <code class="code">pos</code> 
      and return a 63 bits integer along with the new position in <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_int64_of_63">get_int64_of_63</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_int64_of_63 s pos</code> decodes eight bytes in <code class="code">s</code> at the position <code class="code">pos</code> 
      and return a 64 bits integer along with the new position in <code class="code">s</code>, made from the 63 bits integer.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_kind">get_kind</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_kind g</code> returns the kind of the graph <code class="code">g</code>.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_list16">get_list16</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_list16 f s pos last</code> decodes <code class="code">last</code>-<code class="code">pos</code> bytes in <code class="code">s</code>, at the position <code class="code">pos</code>,
      with the function <code class="code">f</code> that specifies how to get an item, and returns a 'b list.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_log">get_log</a> [<a href="Db.html">Db</a>]</td>
<td></td></tr>
<tr><td><a href="Db.html#VALget_log_size">get_log_size</a> [<a href="Db.html">Db</a>]</td>
<td></td></tr>
<tr><td><a href="Timemap.html#VALget_min">get_min</a> [<a href="Timemap.html">Timemap</a>]</td>
<td><div class="info">
<code class="code">get_min ()</code> returns the index of the minimum 'a in the timemap.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_nb_fct">get_nb_fct</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_nb_fct g</code> return the number of functions displayed on <code class="code">g</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_observe_time">get_observe_time</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_observe_time ()</code> returns the observation time of the data base.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_offset">get_offset</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_offset ()</code> returns the difference between observation time and current time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_percent_time">get_percent_time</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_percent_time id</code> returns the percentage of the monitored <code class="code">Time</code> <code class="code">id</code>, related to the observation time, that is the closest 
      to the observation time.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_period">get_period</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_period g</code> returns the value of the timer inside <code class="code">g</code> (in milliseconds).
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_point">get_point</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_point id</code> returns the value of the monitored <code class="code">Point</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_point_list">get_point_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_point_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Point.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_record_window">get_record_window</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_time_window ()</code> returns the size of the record window in seconds.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_steps">get_steps</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_steps g</code> returns the number of values that are displayed in the graph <code class="code">g</code> for each function.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_string">get_string</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_string s pos len</code> decodes <code class="code">len</code> bytes in <code class="code">s</code> at the position <code class="code">pos</code> 
      and return a string along with the new position in <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tag">get_tag</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tag id</code> returns the tag whose identifier is <code class="code">id</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tag_count">get_tag_count</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tag_count id</code> returns the cardinal-number value of the monitored <code class="code">Tag</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tag_count_list">get_tag_count_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tag_count_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Tag_count.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tag_max_count">get_tag_max_count</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tag_max_count id</code> returns the maximum cardinal-number value of the monitored <code class="code">Tag</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tag_max_size">get_tag_max_size</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tag_max_size id</code> returns the maximum size value of the monitored <code class="code">Tag</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tag_percent_size">get_tag_percent_size</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tag_percent_size id</code> returns the percentage of the monitored <code class="code">Tag</code> <code class="code">id</code>, related to the major heap size, that is the closest 
      to the observation time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tag_size">get_tag_size</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tag_size id</code> returns the size value of the monitored <code class="code">Tag</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tag_size_list">get_tag_size_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tag_size_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Tag_size.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_time">get_time</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_time id</code> returns the value of the monitored <code class="code">Time</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_time_list">get_time_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_time_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Time.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_timer">get_timer</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_timer g</code> returns the timer inside <code class="code">g</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tree">get_tree</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tree id</code> returns the value of the monitored <code class="code">Tree</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_tree_list">get_tree_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_tree_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Ktree.
</div>
</td></tr>
<tr><td><a href="Binary.html#VALget_uint8">get_uint8</a> [<a href="Binary.html">Binary</a>]</td>
<td><div class="info">
<code class="code">get_uint8 s pos</code> decodes a byte in <code class="code">s</code> at the position <code class="code">pos</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_value_bool">get_value_bool</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_value_bool id</code> returns the value of the monitored boolean <code class="code">Value</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_value_bool_list">get_value_bool_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_value_bool_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Value_bool.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_value_float">get_value_float</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_value_float id</code> returns the value of the monitored floating-point <code class="code">Value</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_value_float_list">get_value_float_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_value_float_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Value_float.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_value_int">get_value_int</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_value_int id</code> returns the value of the monitored integer <code class="code">Value</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_value_int_list">get_value_int_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_value_int_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Value_int.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_value_string">get_value_string</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_value_string id</code> returns the value of the monitored string <code class="code">Value</code> <code class="code">id</code> that is the closest 
      to the observation time along with its last change time.
</div>
</td></tr>
<tr><td><a href="Db.html#VALget_value_string_list">get_value_string_list</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">get_value_string_list ()</code> returns a list of every tags whose <code class="code">kind</code> is Value_string.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_xaxis">get_xaxis</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_xaxis g</code> returns the frequency of the X-axis legend of the graph <code class="code">g</code>
      (1 = always displayed, 2 = half displayed etc...)
</div>
</td></tr>
<tr><td><a href="Graph.html#VALget_yaxis">get_yaxis</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">get_yaxis g</code> returns the frequency of the Y-axis legend of the graph <code class="code">g</code>
      (1 = always displayed, 2 = half displayed etc...)
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Ocamlviz_threads.html#VALinit">init</a> [<a href="Ocamlviz_threads.html">Ocamlviz_threads</a>]</td>
<td><div class="info">
<code class="code">init ()</code> has to be used to initialize Ocamlviz_threads.
</div>
</td></tr>
<tr><td><a href="Ocamlviz.html#VALinit">init</a> [<a href="Ocamlviz.html">Ocamlviz</a>]</td>
<td><div class="info">
<code class="code">init ()</code> has to be used to initialize Ocamlviz.
</div>
</td></tr>
<tr><td><a href="Db.html#VALinterp">interp</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">interp m</code> matches the message <code class="code">m</code> and calls <code class="code">add_tag</code> if <code class="code">m</code> is a <code class="code">Declare</code> message, or
      <code class="code">change_value</code> if <code class="code">m</code> is a <code class="code">Send</code> message.
</div>
</td></tr>
<tr><td align="left"><br>K</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Time.html#VALkill">kill</a> [<a href="Monitor_sig.Monitor.Time.html">Monitor_sig.Monitor.Time</a>]</td>
<td><div class="info">
<code class="code">kill t</code> kills a time <code class="code">t</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Tag.html#VALkill">kill</a> [<a href="Monitor_sig.Monitor.Tag.html">Monitor_sig.Monitor.Tag</a>]</td>
<td><div class="info">
<code class="code">kill t</code> kills a tag <code class="code">t</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Point.html#VALkill">kill</a> [<a href="Monitor_sig.Monitor.Point.html">Monitor_sig.Monitor.Point</a>]</td>
<td><div class="info">
<code class="code">kill p</code> kills a point <code class="code">p</code>.
</div>
</td></tr>
<tr><td align="left"><br>L</td></tr>
<tr><td><a href="Monitor_sig.Monitor.html#VALlog">log</a> [<a href="Monitor_sig.Monitor.html">Monitor_sig.Monitor</a>]</td>
<td><div class="info">
Similar to an Ocaml printf function.
</div>
</td></tr>
<tr><td align="left"><br>M</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Tag.html#VALmark">mark</a> [<a href="Monitor_sig.Monitor.Tag.html">Monitor_sig.Monitor.Tag</a>]</td>
<td><div class="info">
<code class="code">mark t v</code> marks any value <code class="code">v</code> of type 'a with the tag <code class="code">t</code>.
</div>
</td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Hashtable.html#VALobserve">observe</a> [<a href="Monitor_sig.Monitor.Hashtable.html">Monitor_sig.Monitor.Hashtable</a>]</td>
<td><div class="info">
<code class="code">observe s h</code> monitors a hash table <code class="code">h</code> called <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Tree.html#VALobserve">observe</a> [<a href="Monitor_sig.Monitor.Tree.html">Monitor_sig.Monitor.Tree</a>]</td>
<td><div class="info">
<code class="code">observe s f</code> monitors a variant called <code class="code">s</code> given by the function <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Point.html#VALobserve">observe</a> [<a href="Monitor_sig.Monitor.Point.html">Monitor_sig.Monitor.Point</a>]</td>
<td><div class="info">
<code class="code">observe p</code> puts a checkpoint <code class="code">p</code>
	  at the place where it is used.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_bool">observe_bool</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_bool_now n b</code> monitors a boolean <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_bool_fct">observe_bool_fct</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_bool n f</code> monitors a boolean given by the function <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_bool_ref">observe_bool_ref</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_bool_ref n b</code> monitors a boolean reference <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Point.html#VALobserve_calls">observe_calls</a> [<a href="Monitor_sig.Monitor.Point.html">Monitor_sig.Monitor.Point</a>]</td>
<td><div class="info">
<code class="code">observe_calls s f</code> create a point called <code class="code">s</code> inside the function <code class="code">f</code> that has one argument and isn't recursive.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Point.html#VALobserve_calls2">observe_calls2</a> [<a href="Monitor_sig.Monitor.Point.html">Monitor_sig.Monitor.Point</a>]</td>
<td><div class="info">
<code class="code">observe_calls2 s f</code> create a point called <code class="code">s</code> inside the function <code class="code">f</code> that has two arguments and isn't recursive.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Point.html#VALobserve_calls_rec">observe_calls_rec</a> [<a href="Monitor_sig.Monitor.Point.html">Monitor_sig.Monitor.Point</a>]</td>
<td><div class="info">
<code class="code">observe_calls_rec s f</code> create a point called <code class="code">s</code> inside the function <code class="code">f</code> that has one argument and is recursive.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Point.html#VALobserve_calls_rec2">observe_calls_rec2</a> [<a href="Monitor_sig.Monitor.Point.html">Monitor_sig.Monitor.Point</a>]</td>
<td><div class="info">
<code class="code">observe_calls_rec2 s f</code> create a point called <code class="code">s</code> inside the function <code class="code">f</code> that has two arguments and is recursive.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_float">observe_float</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_float_now n f</code> monitors a floating-point number <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_float_fct">observe_float_fct</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_float n f</code> monitors a floating-point number given by the function <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_float_ref">observe_float_ref</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_float_ref n f</code> monitors a floating-point number reference <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_int">observe_int</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_int_now n i</code> monitors an integer <code class="code">i</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_int_fct">observe_int_fct</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_int n f</code> monitors an integer given by the function <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_int_ref">observe_int_ref</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_int_ref n i</code> monitors an integer reference <code class="code">i</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_string">observe_string</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_string_now n s</code> monitors a string <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_string_fct">observe_string_fct</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_string n f</code> monitors a string given by the function <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Value.html#VALobserve_string_ref">observe_string_ref</a> [<a href="Monitor_sig.Monitor.Value.html">Monitor_sig.Monitor.Value</a>]</td>
<td><div class="info">
<code class="code">observe_string_ref n s</code> monitors a string reference <code class="code">s</code>.
</div>
</td></tr>
<tr><td align="left"><br>R</td></tr>
<tr><td><a href="Graph.html#VALremove">remove</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">remove g f</code> removes the function <code class="code">f</code> from the graph <code class="code">g</code>.
</div>
</td></tr>
<tr><td><a href="Timemap.html#VALremove_before">remove_before</a> [<a href="Timemap.html">Timemap</a>]</td>
<td><div class="info">
<code class="code">remove_before tm t</code> removes all entries younger or equal to <code class="code">t</code> in <code class="code">tm</code>.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALrestart">restart</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">restart g p</code> clears the graph <code class="code">g</code> and restarts the timer with the period <code class="code">p</code>.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALresume">resume</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">resume g</code> restarts the timer of the graph <code class="code">g</code> with its old period.
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Ocamlviz_threads.html#VALsend_now">send_now</a> [<a href="Ocamlviz_threads.html">Ocamlviz_threads</a>]</td>
<td><div class="info">
<code class="code">send_now ()</code> immediatly sends the current values of monitored datas to the clients.
</div>
</td></tr>
<tr><td><a href="Ocamlviz.html#VALsend_now">send_now</a> [<a href="Ocamlviz.html">Ocamlviz</a>]</td>
<td><div class="info">
<code class="code">send_now ()</code> immediatly sends the current values of monitored datas to the clients.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALset_color">set_color</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">set_color f c</code> sets the color <code class="code">c</code> used to display the function <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALset_log_size">set_log_size</a> [<a href="Db.html">Db</a>]</td>
<td></td></tr>
<tr><td><a href="Db.html#VALset_observe_time">set_observe_time</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">set_observe_time t</code> sets the observation time of the data base at <code class="code">t</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALset_offset">set_offset</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">set_offset t</code> sets the offset of the database at the time <code class="code">t</code>, which means that the difference 
      between the observation time and the current time will be <code class="code">t</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Tag.html#VALset_period">set_period</a> [<a href="Monitor_sig.Monitor.Tag.html">Monitor_sig.Monitor.Tag</a>]</td>
<td><div class="info">
<code class="code">set_period t p</code> changes the period to which the operations on the tag <code class="code">t</code> are made.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALset_preferences">set_preferences</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">set_preferences g step divx divy xaxis yaxis ()</code> changes the value of these arguments 
      in the graph <code class="code">g</code>.
</div>
</td></tr>
<tr><td><a href="Db.html#VALset_record_window">set_record_window</a> [<a href="Db.html">Db</a>]</td>
<td><div class="info">
<code class="code">set_record_window t</code> changes the size of the record window with <code class="code">t</code> in seconds.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALset_timer">set_timer</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">set_timer g t</code> removes the timer inside <code class="code">g</code> and replaces it with 
      a new timer whose new timer period will be <code class="code">t</code> (in milliseconds).
</div>
</td></tr>
<tr><td><a href="Graph.html#VALset_visible">set_visible</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">set_visible f b</code> displays the function f on the graph according to <code class="code">b</code>.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Time.html#VALstart">start</a> [<a href="Monitor_sig.Monitor.Time.html">Monitor_sig.Monitor.Time</a>]</td>
<td><div class="info">
<code class="code">start t</code> starts the time monitoring <code class="code">t</code>
	  at the place where it is used.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Time.html#VALstop">stop</a> [<a href="Monitor_sig.Monitor.Time.html">Monitor_sig.Monitor.Time</a>]</td>
<td><div class="info">
<code class="code">stop t</code> sets the end of the time monitoring <code class="code">t</code>
	  at the place where it is used.
</div>
</td></tr>
<tr><td><a href="Graph.html#VALstop">stop</a> [<a href="Graph.html">Graph</a>]</td>
<td><div class="info">
<code class="code">stop g</code> stops the timer inside the graph <code class="code">g</code>.
</div>
</td></tr>
<tr><td align="left"><br>T</td></tr>
<tr><td><a href="Monitor_sig.Monitor.Time.html#VALtime">time</a> [<a href="Monitor_sig.Monitor.Time.html">Monitor_sig.Monitor.Time</a>]</td>
<td><div class="info">
<code class="code">time s f arg</code> monitors the time spent in the function <code class="code">f</code>.
</div>
</td></tr>
<tr><td align="left"><br>W</td></tr>
<tr><td><a href="Monitor_sig.Monitor.html#VALwait_for_connected_clients">wait_for_connected_clients</a> [<a href="Monitor_sig.Monitor.html">Monitor_sig.Monitor</a>]</td>
<td><div class="info">
<code class="code">wait_for_connected_clients n</code> blocks the program 
	until <code class="code">n</code> clients are connected.
</div>
</td></tr>
<tr><td><a href="Monitor_sig.Monitor.html#VALwait_for_killed_clients">wait_for_killed_clients</a> [<a href="Monitor_sig.Monitor.html">Monitor_sig.Monitor</a>]</td>
<td><div class="info">
<code class="code">wait_for_killed_clients ()</code> blocks the program 
	until every clients are disconnected.
</div>
</td></tr>
<tr><td align="left"><br>Y</td></tr>
<tr><td><a href="Ocamlviz_threads.html#VALyield">yield</a> [<a href="Ocamlviz_threads.html">Ocamlviz_threads</a>]</td>
<td><div class="info">
Use this function to allow monitoring in computation-only code.
</div>
</td></tr>
<tr><td><a href="Ocamlviz.html#VALyield">yield</a> [<a href="Ocamlviz.html">Ocamlviz</a>]</td>
<td><div class="info">
Use this function to allow monitoring in computation-only code.
</div>
</td></tr>
</table><br>
</body>
</html>