ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
NOTE: etiss::CPUArch should implement support for Listeners by either using the etiss::VirtualStruct::Field instance to write to listener supported field or it should call the signalWrite() functions of a Field. More...
#include <VirtualStruct.h>
Public Member Functions | |
virtual | ~Listener () |
virtual void | write (etiss::VirtualStruct::Field &field, uint64_t val)=0 |
NOTE: etiss::CPUArch should implement support for Listeners by either using the etiss::VirtualStruct::Field instance to write to listener supported field or it should call the signalWrite() functions of a Field.
Definition at line 157 of file VirtualStruct.h.
|
virtual |
Definition at line 48 of file VirtualStruct.cpp.
|
pure virtual |
Implemented in LegacyRegisterDevicePluginListener.