SST 15.0
Structural Simulation Toolkit
SST::WatchPoint Class Reference

Class that can attach to Clock and Event Handlers to monitor the state of variables. More...

#include <watchPoint.h>

Inheritance diagram for SST::WatchPoint:

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)
 

Detailed Description

Class that can attach to Clock and Event Handlers to monitor the state of variables.


The documentation for this class was generated from the following files: