SST 15.0
Structural Simulation Toolkit
|
Class that can attach to Clock and Event Handlers to monitor the state of variables. More...
#include <watchPoint.h>
Data Structures | |
class | Logic |
Base class for performing comparisons and logic operations for determining when the WatchPoint triggers. More... | |
Public Member Functions | |
WatchPoint (const std::string &name, Core::Serialization::ObjectMapComparison *obj) | |
uintptr_t | registerHandler (const AttachPointMetaData &UNUSED(mdata)) override |
void | beforeHandler (uintptr_t UNUSED(key), const Event *UNUSED(ev)) override |
void | afterHandler (uintptr_t UNUSED(key)) override |
void | beforeHandler (uintptr_t UNUSED(key), const Cycle_t &UNUSED(cycle)) override |
void | afterHandler (uintptr_t UNUSED(key), const bool &UNUSED(ret)) override |
std::string | getName () |
Protected Member Functions | |
void | setEnterInteractive () |
void | setInteractiveMsg (const std::string &msg) |