scc 2025.09
SystemC components library
scc::async_event Struct Reference
Inheritance diagram for scc::async_event:
Collaboration diagram for scc::async_event:

Public Member Functions

 async_event (char const *nm)
void notify ()
void update () override
const sc_core::sc_event & operator() () const
const sc_core::sc_event & event () const

Detailed Description

Definition at line 9 of file async_event.h.

Constructor & Destructor Documentation

◆ async_event()

scc::async_event::async_event ( char const * nm)
inline

Definition at line 13 of file async_event.h.

Member Function Documentation

◆ event()

const sc_core::sc_event & scc::async_event::event ( ) const
inline

Definition at line 31 of file async_event.h.

◆ notify()

void scc::async_event::notify ( )
inline

Definition at line 16 of file async_event.h.

◆ operator()()

const sc_core::sc_event & scc::async_event::operator() ( ) const
inline

Definition at line 30 of file async_event.h.

◆ update()

void scc::async_event::update ( )
inlineoverride

Definition at line 25 of file async_event.h.


The documentation for this struct was generated from the following file:
  • /home/eyck/Projects/MINRES/SystemC-Components/src/sysc/scc/async_event.h