sc_core::sc_process_monitor Class Reference

#include <sysc/kernel/sc_process.h>

Inheritance diagram for sc_core::sc_process_monitor:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { spm_exit = 0 }

Public Member Functions

virtual ~sc_process_monitor ()
virtual void signal (sc_thread_handle thread_p, int type)

Detailed Description

This class provides a way of monitoring a process' status (e.g., waiting for a thread to complete its execution). This class is intended to be a base class for classes which need to monitor a process or processes (e.g., sc_join). Its methods should be overloaded where notifications are desired.

Definition at line 166 of file sc_process.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
spm_exit 

Definition at line 168 of file sc_process.h.


Constructor & Destructor Documentation

virtual sc_core::sc_process_monitor::~sc_process_monitor (  )  [inline, virtual]

Definition at line 171 of file sc_process.h.


Member Function Documentation

void sc_core::sc_process_monitor::signal ( sc_thread_handle  thread_p,
int  type 
) [inline, virtual]

Reimplemented in sc_core::sc_join.

Definition at line 174 of file sc_process.h.


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

Generated on 31 Jul 2017 for SystemC by  doxygen 1.6.1