edu.cmu.emulator.controlComm
Class DCCLocalMessage

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

public class DCCLocalMessage
extends CMessage


Field Summary
protected static int I_START
           
protected static int O_CMD_TYPE
           
protected static int O_DATA_A
           
protected static int O_DATA_B
           
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
DCCLocalMessage()
           
 
Method Summary
(package private)  byte[] getBytes()
           
static void main(String[] args)
           
 
Methods inherited from class edu.cmu.emulator.controlComm.CMessage
getByte, getDest, getLength, getSource, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

O_CMD_TYPE

protected static final int O_CMD_TYPE
See Also:
Constant Field Values

O_DATA_A

protected static final int O_DATA_A
See Also:
Constant Field Values

O_DATA_B

protected static final int O_DATA_B
See Also:
Constant Field Values

I_START

protected static final int I_START
See Also:
Constant Field Values

TUPLE_SIZE

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

DCCLocalMessage

public DCCLocalMessage()
Method Detail

getBytes

byte[] getBytes()
Overrides:
getBytes in class CMessage

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.