at.dms.kjc.rstream
Class StructureIncludeFile
java.lang.Object
at.dms.kjc.rstream.StructureIncludeFile
public class StructureIncludeFile
- extends Object
This class generates the c struct definition for any
structures used in the StreamIt code.
- Author:
- Michael Gordon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructureIncludeFile
public StructureIncludeFile()
doit
public static void doit(SIRStructure[] structs,
String other)
- Create structures include file in current directory.
- Parameters:
structs
- The structures used in the programsother
- text to put in file
doit
public static void doit(SIRStructure[] structs,
String other,
String dir)
- Create structures include file in directory *dir*.
- Parameters:
structs
- The structures used in the programsother
- text to put in filedir
- The directory to store the include file.