SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Protected Attributes | List of all members
sc_core::sc_clock_negedge_callback Class Reference

#include <sysc/communication/sc_clock.h>

Collaboration diagram for sc_core::sc_clock_negedge_callback:
Collaboration graph
[legend]

Public Member Functions

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

Protected Attributes

sc_clockm_target_p
 

Detailed Description

Definition at line 205 of file sc_clock.h.

Constructor & Destructor Documentation

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

Definition at line 207 of file sc_clock.h.

Member Function Documentation

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

Definition at line 208 of file sc_clock.h.

Member Data Documentation

sc_clock* sc_core::sc_clock_negedge_callback::m_target_p
protected

Definition at line 210 of file sc_clock.h.


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