poc - OC automaton to C code


NAME

poc - OC automaton to C code


SYNOPSIS

poc file.oc [options] | poc -help


DESCRIPTION

poc

Generate C code from a oc file (typically generated by lus2oc. Follows the same conventions than lus2ec/ec2c.


OPTIONS

-v

set verbose mode

-o file

define the output file (default is module-name.oc)

-loop

generate a simple main loop

-stab

build a state table instead of a big switch

-ite

build a if-then-else tree instead of a big switch

-dro

generate stub code for a Dynamic Reactive Object


SEE ALSO

lustre, lus2ec, ecexe, luciole, simec, lus2oc, ec2oc, ocmin, lus2atg, oc2atg, ec2c, poc, lux, lesar, ecverif, xlesar

 poc - OC automaton to C code