edu.cmu.emulator.controlComm
Class ReadRegMessage

java.lang.Object
  extended by edu.cmu.emulator.controlComm.CMessage
      extended by edu.cmu.emulator.controlComm.TupleMessage
          extended by edu.cmu.emulator.controlComm.ReadRegMessage

public class ReadRegMessage
extends TupleMessage


Field Summary
protected  int filledTuples
           
protected static int O_REG_NUM
           
 
Fields inherited from class edu.cmu.emulator.controlComm.TupleMessage
I_NUM_TUPLES, I_TUPLE_0, 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
ReadRegMessage(int numTuples)
           
 
Method Summary
 void addReg(byte regNum)
           
 int getNumTuples()
           
 
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

filledTuples

protected int filledTuples

O_REG_NUM

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

ReadRegMessage

public ReadRegMessage(int numTuples)
Method Detail

getNumTuples

public int getNumTuples()

addReg

public void addReg(byte regNum)


Copyright © 2013. All Rights Reserved.