edu.cmu.emulator.controlComm
Class TupleMessage
java.lang.Object
edu.cmu.emulator.controlComm.CMessage
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
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 |
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
TupleMessage
public TupleMessage()
Copyright © 2013. All Rights Reserved.