[Pntool-developers] SF.net SVN: pntool:[239] codegen/supervisor_algorithm.txt
Brought to you by:
compaqdrew,
miordache
From: <com...@us...> - 2009-08-23 07:45:32
|
Revision: 239 http://pntool.svn.sourceforge.net/pntool/?rev=239&view=rev Author: compaqdrew Date: 2009-08-23 07:45:26 +0000 (Sun, 23 Aug 2009) Log Message: ----------- algorithm description Added Paths: ----------- codegen/supervisor_algorithm.txt Added: codegen/supervisor_algorithm.txt =================================================================== --- codegen/supervisor_algorithm.txt (rev 0) +++ codegen/supervisor_algorithm.txt 2009-08-23 07:45:26 UTC (rev 239) @@ -0,0 +1,6 @@ +COMPILATION + +At compile time, certain transitions are marked as "blocked", that is, they share a label with some plant transition. An array of boolean values is serialized representing the "blocked" status of each transition (supervisorCompiler.c, setupDataStructures). + +An array of plant names is serialized. The supervisor must know at run-time which plant executables to run. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |