at.dms.kjc.rstream
Class Names
java.lang.Object
at.dms.kjc.rstream.Names
public class Names
- extends Object
This class stores various string names that are used in different
passes such as the name of the functions produced in the C code
and different variables used in the C code produced.
- Author:
- Michael Gordon
Constructor Summary |
Names()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recvBuffer
public static String recvBuffer
- fields for the var names we introduce
recvBufferSize
public static String recvBufferSize
recvBufferBits
public static String recvBufferBits
sendBuffer
public static String sendBuffer
sendBufferIndex
public static String sendBufferIndex
rateMatchSendMethod
public static String rateMatchSendMethod
recvBufferIndex
public static String recvBufferIndex
recvIndex
public static String recvIndex
simpleIndex
public static String simpleIndex
exeIndex
public static String exeIndex
exeIndex1
public static String exeIndex1
ARRAY_INDEX
public static String ARRAY_INDEX
ARRAY_COPY
public static String ARRAY_COPY
initSchedFunction
public static String initSchedFunction
steadySchedFunction
public static String steadySchedFunction
receiveMethod
public static String receiveMethod
structReceiveMethodPrefix
public static String structReceiveMethodPrefix
arrayReceiveMethod
public static String arrayReceiveMethod
main
public static String main
fscanf
public static String fscanf
fread
public static String fread
fwrite
public static String fwrite
sizeof
public static String sizeof
addressof
public static String addressof
fprintf
public static String fprintf
times
public static String times
sysconf
public static String sysconf
_SC_CLK_TCK
public static String _SC_CLK_TCK
Names
public Names()