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

#include <sysc/communication/sc_clock.h>

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

Public Member Functions

 sc_clock_posedge_callback (sc_clock *target_p)
 
void operator() ()
 

Protected Attributes

sc_clockm_target_p
 

Detailed Description

Definition at line 197 of file sc_clock.h.

Constructor & Destructor Documentation

sc_core::sc_clock_posedge_callback::sc_clock_posedge_callback ( sc_clock target_p)
inline

Definition at line 199 of file sc_clock.h.

Member Function Documentation

void sc_core::sc_clock_posedge_callback::operator() ( )
inline

Definition at line 200 of file sc_clock.h.

Member Data Documentation

sc_clock* sc_core::sc_clock_posedge_callback::m_target_p
protected

Definition at line 202 of file sc_clock.h.


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