at.dms.kjc.spacedynamic
Class StructureIncludeFile
java.lang.Object
at.dms.kjc.spacedynamic.StructureIncludeFile
public class StructureIncludeFile
- extends Object
This class will create any necessary c type definitions that represent the
structures of the application. Also it will create functions to send/receive
the structures over the static/dynamic network
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructureIncludeFile
public StructureIncludeFile(SIRStructure[] structs,
StreamGraph sg,
String dir)
doit
public static void doit(SIRStructure[] structs,
StreamGraph sg)
- Create structures include file in current directory.
doit
public static void doit(SIRStructure[] structs,
StreamGraph sg,
String dir)
- Create structures include file in directory
dir
.