|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMessage | |
---|---|
edu.cmu.emulator | Contains the main classes required by the Emulator. |
edu.cmu.emulator.controlComm | Provides communication between the EmuController and the AuxFPGA. |
Uses of CMessage in edu.cmu.emulator |
---|
Methods in edu.cmu.emulator with parameters of type CMessage | |
---|---|
void |
ConfigValidator.messageReceived(CMessage msg)
|
Uses of CMessage in edu.cmu.emulator.controlComm |
---|
Subclasses of CMessage in edu.cmu.emulator.controlComm | |
---|---|
class |
DCCLocalMessage
|
class |
MiscCommandMessage
|
class |
ReadRegMessage
|
class |
RegValueMessage
|
class |
SetDelayMessage
|
class |
SetPhaseShiftMessage
|
class |
SetScaleMessage
|
class |
SetTimedScaleMessage
Sends scaling updates to the auxfpga with timing information that allows the precise time that the updates occur to be controlled. |
class |
StoreSignalMessage
|
class |
TupleMessage
Base class containing tuple-related definitions. |
Methods in edu.cmu.emulator.controlComm with parameters of type CMessage | |
---|---|
void |
CommSender.addMessage(CMessage msg)
|
private void |
CommReceiver.dispatch(CMessage msg)
|
private void |
CommReceiver.dispatch(CMessage msg,
CMListenerFilter filter)
|
private void |
CommReceiver.dispatchToList(CMessage msg,
ArrayList list)
|
void |
CMessageListener.messageReceived(CMessage msg)
|
void |
CommTester.messageReceived(CMessage msg)
|
protected void |
CommSender.send(CMessage msg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |