K | |
| kind [Protocol] | |
M | |
| msg [Protocol] |
There are 3 sorts of messages:
Declare to send tags to new clients, Send to send values to clients, Bind to send bindings to new clients
|
T | |
| t [Monitor_sig.Monitor.Hashtable] | |
| t [Monitor_sig.Monitor.Time] | |
| t [Monitor_sig.Monitor.Tag] |
The abstract type for a tag.
|
| t [Monitor_sig.Monitor.Point] |
The abstract type for a point.
|
| tag [Protocol] |
A tag is an unique representation of a Ocamlviz data.
|
V | |
| value [Protocol] | |
| variant [Protocol] |
The type that will be observed in the module Tree.
|