sc_process.h File Reference

#include <cassert>
#include "sysc/utils/sc_iostream.h"
#include "sysc/kernel/sc_constants.h"
#include "sysc/kernel/sc_object.h"
#include "sysc/kernel/sc_kernel_ids.h"
#include "sysc/kernel/sc_reset.h"
#include "sysc/communication/sc_export.h"

Include dependency graph for sc_process.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sc_core

Classes

class  sc_core::sc_process_host
class  sc_core::sc_process_monitor
class  sc_core::sc_process_b

Defines

#define sc_process_h_INCLUDED
#define SC_USE_MEMBER_FUNC_PTR
#define SC_DECL_HELPER_STRUCT(callback_tag, func)
#define SC_MAKE_FUNC_PTR(callback_tag, func)   static_cast<sc_core::SC_ENTRY_FUNC>(&callback_tag::func)

Typedefs

typedef class sc_cthread_process * sc_core::sc_cthread_handle
typedef class sc_method_process * sc_core::sc_method_handle
typedef class sc_thread_process * sc_core::sc_thread_handle
typedef void(sc_process_host::* sc_core::SC_ENTRY_FUNC )()
typedef sc_process_b sc_core::sc_process_b

Enumerations

enum  sc_core::sc_curr_proc_kind { sc_core::SC_NO_PROC_, sc_core::SC_METHOD_PROC_, sc_core::SC_THREAD_PROC_, sc_core::SC_CTHREAD_PROC_ }

Functions

const char * sc_core::sc_gen_unique_name (const char *, bool preserve_first)
sc_process_handle sc_core::sc_get_current_process_handle ()
void sc_core::sc_thread_cor_fn (void *arg)
void sc_core::sc_cthread_cor_fn (void *arg)
bool sc_core::timed_out (sc_simcontext *)
void sc_core::sc_set_stack_size (sc_thread_handle, std::size_t)


Define Documentation

#define SC_DECL_HELPER_STRUCT ( callback_tag,
func   ) 

Definition at line 178 of file sc_process.h.

#define SC_MAKE_FUNC_PTR ( callback_tag,
func   )     static_cast<sc_core::SC_ENTRY_FUNC>(&callback_tag::func)

Definition at line 179 of file sc_process.h.

#define sc_process_h_INCLUDED

Definition at line 74 of file sc_process.h.

#define SC_USE_MEMBER_FUNC_PTR

Definition at line 169 of file sc_process.h.


Generated on Wed Jan 21 15:32:11 2009 for SystemC by  doxygen 1.5.5