SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_writer_policy_check< SC_ONE_WRITER > Struct Template Reference

#include <sysc/communication/sc_writer_policy.h>

Inheritance diagram for sc_core::sc_writer_policy_check< SC_ONE_WRITER >:
Collaboration diagram for sc_core::sc_writer_policy_check< SC_ONE_WRITER >:

Public Member Functions

bool check_port (sc_object *target, sc_port_base *port, bool is_output)
 
bool check_write (sc_object *target, bool value_changed)
 
bool needs_update () const
 
void update ()
 

Protected Attributes

sc_port_basem_output
 
const bool m_delta_only
 
sc_process_handle m_writer_p
 

Detailed Description

template<>
struct sc_core::sc_writer_policy_check< SC_ONE_WRITER >

Definition at line 139 of file sc_writer_policy.h.

Member Function Documentation

◆ check_port()

bool sc_core::sc_writer_policy_check_port::check_port ( sc_object target,
sc_port_base port,
bool  is_output 
)
inherited

◆ check_write()

bool sc_core::sc_writer_policy_check_write::check_write ( sc_object target,
bool  value_changed 
)
inlineinherited

Definition at line 51 of file sc_signal.h.

◆ needs_update()

bool sc_core::sc_writer_policy_check_write::needs_update ( ) const
inlineinherited

Definition at line 93 of file sc_writer_policy.h.

◆ update()

void sc_core::sc_writer_policy_check_write::update ( )
inlineinherited

Definition at line 74 of file sc_signal.h.

Member Data Documentation

◆ m_delta_only

const bool sc_core::sc_writer_policy_check_write::m_delta_only
protectedinherited

Definition at line 103 of file sc_writer_policy.h.

◆ m_output

sc_port_base* sc_core::sc_writer_policy_check_port::m_output
protectedinherited

Definition at line 135 of file sc_writer_policy.h.

◆ m_writer_p

sc_process_handle sc_core::sc_writer_policy_check_write::m_writer_p
protectedinherited

Definition at line 104 of file sc_writer_policy.h.


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