edu.cmu.emulator.controlComm
Class TupleMessage

java.lang.Object
  extended by edu.cmu.emulator.controlComm.CMessage
      extended by edu.cmu.emulator.controlComm.TupleMessage
Direct Known Subclasses:
MiscCommandMessage, ReadRegMessage, SetDelayMessage, SetScaleMessage, SetTimedScaleMessage

public abstract class TupleMessage
extends CMessage

Base class containing tuple-related definitions. Note the following: Several classes currently defiine I_TUPLE_0 or TUPLE_SIZE differently. However, the FPGA message-handling code does not match those different values!

Version:
1.0
Author:
Eric Anderson

Field Summary
protected static int I_NUM_TUPLES
           
protected static int I_TUPLE_0
           
protected static int TUPLE_SIZE
           
 
Fields inherited from class edu.cmu.emulator.controlComm.CMessage
D_AUX_FPGA, I_BODY, I_DEST, I_SOURCE, I_TYPE, MAX_LENGTH, msg, S_EMU_CONTROLLER, T_DCC_LOCAL, T_MISC_COMMAND, T_READ_REG, T_REG_VALUE, T_SET_DELAY, T_SET_PHASE_SHIFT, T_SET_SCALE, T_SET_TIMED_SCALE, T_STORE_SIGNAL, T_TEST, T_WRITE_REG
 
Constructor Summary
TupleMessage()
           
 
Method Summary
 
Methods inherited from class edu.cmu.emulator.controlComm.CMessage
getByte, getBytes, getDest, getLength, getSource, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

I_NUM_TUPLES

protected static final int I_NUM_TUPLES
See Also:
Constant Field Values

I_TUPLE_0

protected static final int I_TUPLE_0
See Also:
Constant Field Values

TUPLE_SIZE

protected static final int TUPLE_SIZE
See Also:
Constant Field Values
Constructor Detail

TupleMessage

public TupleMessage()


Copyright © 2013. All Rights Reserved.