Module IECCheckerCore.Plcopen

module S = Syntax

Module to reconstruct IEC61131-3 source code from the PLCOpen XML schema.

val reconstruct_from_channel : Stdlib.in_channel -> string

reconstruct_from_channel channel Reconstruct source code from the input channel. Return complete source code listing from parsed schema.