SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_clock_negedge_callback Class Reference

#include <sysc/communication/sc_clock.h>

Collaboration diagram for sc_core::sc_clock_negedge_callback:

Public Member Functions

 sc_clock_negedge_callback (sc_clock *target_p)
 
void operator() ()
 

Protected Attributes

sc_clockm_target_p
 

Detailed Description

Definition at line 211 of file sc_clock.h.

Constructor & Destructor Documentation

◆ sc_clock_negedge_callback()

sc_core::sc_clock_negedge_callback::sc_clock_negedge_callback ( sc_clock target_p)
inline

Definition at line 213 of file sc_clock.h.

Member Function Documentation

◆ operator()()

void sc_core::sc_clock_negedge_callback::operator() ( )
inline

Definition at line 214 of file sc_clock.h.

Member Data Documentation

◆ m_target_p

sc_clock* sc_core::sc_clock_negedge_callback::m_target_p
protected

Definition at line 216 of file sc_clock.h.


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