edu.cmu.emulator.controlComm
Class RegValueMessage

java.lang.Object
  extended by edu.cmu.emulator.controlComm.CMessage
      extended by edu.cmu.emulator.controlComm.RegValueMessage

public class RegValueMessage
extends CMessage


Field Summary
 
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
RegValueMessage(DatagramPacket packet)
           
 
Method Summary
 int getRegValue()
           
 String toString()
           
 
Methods inherited from class edu.cmu.emulator.controlComm.CMessage
getByte, getBytes, getDest, getLength, getSource, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegValueMessage

public RegValueMessage(DatagramPacket packet)
Method Detail

getRegValue

public int getRegValue()

toString

public String toString()
Overrides:
toString in class CMessage


Copyright © 2013. All Rights Reserved.