|
Variable ARCH is the plateform type.
Reactive-C |
You can recompile rcc and install it, after setting some variables in the makefile, as explained in the README file (note that informations in config are also used).
You can also directy use the rcc command in the $(ARCH)/bin directory. Suppose RA is the path where the whole installation is. To use rcc, you must set the 3 variables:
Optionally, you can also set the 2 variables:
Nets of Reactive Processes |
The sources are in src and some examples are in examples. The nrp.h and process.h files to include are in include/nrp and the library to use is $(ARCH)/lib/libnrp.a.
The SL Language |
The sources are in src and the reflex-game example is in game. The command is $(ARCH)/bin/sl2rc, the library used is $(ARCH)/lib/libsl.a and the object.h file to include is in include/sl.
Reactive Objects |
The object.h file to include is in include/ro and the library to use is $(ARCH)/lib/libro.a. The $(ARCH)/bin/send-ro command is used to send orders through the network.
Reactive Scripts |
These interpretor are put on the top of Tcl/Tk but you don't need to have Tcl/Tk installed on your machine to use them. The interpretors are $(ARCH)/bin/rsi-tk and $(ARCH)/bin/rem-rsi-tk. The $(ARCH)/bin/send-rsi command sends reactive scripts through the network.
The demo directory contains several demos using reactive scripts. To run a demo, go in the corresponding directory and type $(ARCH)/bin/rsi-tk (demo files are named start).
Icobjs |
To run it, go in src and type rsi-tk (or rem-rsi-tk R, where R is the name of a remote reactive script interpretor).
This Html page has been produced by
Skribe.
Last update Mon Oct 23 12:08:35 2006.