sc_core::sc_clock Member List

This is the complete list of members for sc_core::sc_clock, including all inherited members.

add_attribute(sc_attr_base &)sc_core::sc_object
attr_cltn()sc_core::sc_object
attr_cltn() constsc_core::sc_object
basename() constsc_core::sc_object
before_end_of_elaboration()sc_core::sc_clock [protected, virtual]
check_writer()sc_core::sc_signal< bool > [inline, protected]
default_event() constsc_core::sc_signal< bool > [inline, virtual]
delayed() constsc_core::sc_signal< bool > [inline, virtual]
dump(::std::ostream &=::std::cout) constsc_core::sc_signal< bool > [inline, virtual]
duty_cycle() constsc_core::sc_clock [inline]
end_of_elaboration()sc_core::sc_prim_channel [protected, virtual]
end_of_simulation()sc_core::sc_prim_channel [protected, virtual]
event() constsc_core::sc_signal< bool > [inline, virtual]
get_attribute(const std::string &name_)sc_core::sc_object
get_attribute(const std::string &name_) constsc_core::sc_object
get_data_ref() constsc_core::sc_signal< bool > [inline, virtual]
get_new_value() constsc_core::sc_signal< bool > [inline]
get_parent() constsc_core::sc_object [inline]
init(const sc_time &, double, const sc_time &, bool)sc_core::sc_clock [protected]
is_clock() constsc_core::sc_clock [inline, protected, virtual]
kind() constsc_core::sc_clock [inline, virtual]
m_cur_valsc_core::sc_signal< bool > [protected]
m_deltasc_core::sc_signal< bool > [protected]
m_duty_cyclesc_core::sc_clock [protected]
m_negedge_eventsc_core::sc_signal< bool > [protected]
m_negedge_timesc_core::sc_clock [protected]
m_new_valsc_core::sc_signal< bool > [protected]
m_next_negedge_eventsc_core::sc_clock [protected]
m_next_posedge_eventsc_core::sc_clock [protected]
m_outputsc_core::sc_signal< bool > [protected]
m_periodsc_core::sc_clock [protected]
m_posedge_eventsc_core::sc_signal< bool > [protected]
m_posedge_firstsc_core::sc_clock [protected]
m_posedge_timesc_core::sc_clock [protected]
m_start_timesc_core::sc_clock [protected]
m_value_changed_eventsc_core::sc_signal< bool > [protected]
m_writersc_core::sc_signal< bool > [protected]
name() constsc_core::sc_object [inline]
negedge() constsc_core::sc_signal< bool > [inline, virtual]
negedge_action()sc_core::sc_clock [inline, protected]
negedge_event() constsc_core::sc_signal< bool > [inline, virtual]
next_trigger()sc_core::sc_prim_channel [inline, protected]
next_trigger(const sc_event &e)sc_core::sc_prim_channel [inline, protected]
next_trigger(sc_event_or_list &el)sc_core::sc_prim_channel [inline, protected]
next_trigger(sc_event_and_list &el)sc_core::sc_prim_channel [inline, protected]
next_trigger(const sc_time &t)sc_core::sc_prim_channel [inline, protected]
next_trigger(double v, sc_time_unit tu)sc_core::sc_prim_channel [inline, protected]
next_trigger(const sc_time &t, const sc_event &e)sc_core::sc_prim_channel [inline, protected]
next_trigger(double v, sc_time_unit tu, const sc_event &e)sc_core::sc_prim_channel [inline, protected]
next_trigger(const sc_time &t, sc_event_or_list &el)sc_core::sc_prim_channel [inline, protected]
next_trigger(double v, sc_time_unit tu, sc_event_or_list &el)sc_core::sc_prim_channel [inline, protected]
next_trigger(const sc_time &t, sc_event_and_list &el)sc_core::sc_prim_channel [inline, protected]
next_trigger(double v, sc_time_unit tu, sc_event_and_list &el)sc_core::sc_prim_channel [inline, protected]
num_attributes() constsc_core::sc_object
operator const bool &() constsc_core::sc_signal< bool > [inline]
operator=(const sc_clock &)sc_core::sc_clock [private]
sc_core::sc_signal< bool >::operator=(const bool &a)sc_core::sc_signal< bool > [inline]
sc_core::sc_signal< bool >::operator=(const sc_signal< bool > &a)sc_core::sc_signal< bool > [inline]
period() constsc_core::sc_clock [inline]
posedge() constsc_core::sc_signal< bool > [inline, virtual]
posedge_action()sc_core::sc_clock [inline, protected]
posedge_event() constsc_core::sc_signal< bool > [inline, virtual]
posedge_first() constsc_core::sc_clock [inline]
print(::std::ostream &=::std::cout) constsc_core::sc_signal< bool > [inline, virtual]
read() constsc_core::sc_signal< bool > [inline, virtual]
register_port(sc_port_base &, const char *)sc_core::sc_signal< bool > [inline, virtual]
remove_all_attributes()sc_core::sc_object
remove_attribute(const std::string &name_)sc_core::sc_object
report_error(const char *id, const char *add_msg=0) constsc_core::sc_clock [protected]
request_update()sc_core::sc_prim_channel [inline]
sc_clock()sc_core::sc_clock
sc_clock(const char *name_)sc_core::sc_clock [explicit]
sc_clock(const char *name_, const sc_time &period_, double duty_cycle_=0.5, const sc_time &start_time_=SC_ZERO_TIME, bool posedge_first_=true)sc_core::sc_clock
sc_clock(const char *name_, double period_v_, sc_time_unit period_tu_, double duty_cycle_=0.5)sc_core::sc_clock
sc_clock(const char *name_, double period_v_, sc_time_unit period_tu_, double duty_cycle_, double start_time_v_, sc_time_unit start_time_tu_, bool posedge_first_=true)sc_core::sc_clock
sc_clock(const char *name_, double period_, double duty_cycle_=0.5, double start_time_=0.0, bool posedge_first_=true)sc_core::sc_clock
sc_clock(const sc_clock &)sc_core::sc_clock [private]
sc_clock_negedge_callback classsc_core::sc_clock [friend]
sc_clock_posedge_callback classsc_core::sc_clock [friend]
sc_interface()sc_core::sc_interface [protected]
sc_object()sc_core::sc_object [protected]
sc_object(const char *nm)sc_core::sc_object [protected]
sc_prim_channel()sc_core::sc_prim_channel [protected]
sc_prim_channel(const char *)sc_core::sc_prim_channel [explicit, protected]
sc_signal()sc_core::sc_signal< bool > [inline]
sc_signal(const char *name_)sc_core::sc_signal< bool > [inline, explicit]
sc_signal_in_if()sc_core::sc_signal_in_if< bool > [inline, protected]
sc_signal_inout_if()sc_core::sc_signal_inout_if< bool > [inline, protected]
signal()sc_core::sc_clock [inline]
signal() constsc_core::sc_clock [inline]
simcontext() constsc_core::sc_object [inline]
start(const sc_time &duration)sc_core::sc_clock [inline, static]
start(double v, sc_time_unit tu)sc_core::sc_clock [inline, static]
start(double duration=-1)sc_core::sc_clock [inline, static]
start_of_simulation()sc_core::sc_prim_channel [protected, virtual]
start_time() constsc_core::sc_clock [inline]
stop()sc_core::sc_clock [inline, static]
time_stamp()sc_core::sc_clock [static]
timed_out()sc_core::sc_prim_channel [inline, protected]
trace(sc_trace_file *tf) constsc_core::sc_signal< bool > [inline, virtual]
update()sc_core::sc_signal< bool > [inline, protected, virtual]
update_requested()sc_core::sc_prim_channel [inline]
value_changed_event() constsc_core::sc_signal< bool > [inline, virtual]
wait()sc_core::sc_prim_channel [inline, protected]
wait(const sc_event &e)sc_core::sc_prim_channel [inline, protected]
wait(sc_event_or_list &el)sc_core::sc_prim_channel [inline, protected]
wait(sc_event_and_list &el)sc_core::sc_prim_channel [inline, protected]
wait(const sc_time &t)sc_core::sc_prim_channel [inline, protected]
wait(double v, sc_time_unit tu)sc_core::sc_prim_channel [inline, protected]
wait(const sc_time &t, const sc_event &e)sc_core::sc_prim_channel [inline, protected]
wait(double v, sc_time_unit tu, const sc_event &e)sc_core::sc_prim_channel [inline, protected]
wait(const sc_time &t, sc_event_or_list &el)sc_core::sc_prim_channel [inline, protected]
wait(double v, sc_time_unit tu, sc_event_or_list &el)sc_core::sc_prim_channel [inline, protected]
wait(const sc_time &t, sc_event_and_list &el)sc_core::sc_prim_channel [inline, protected]
wait(double v, sc_time_unit tu, sc_event_and_list &el)sc_core::sc_prim_channel [inline, protected]
write(const bool &)sc_core::sc_clock [virtual]
~sc_clock()sc_core::sc_clock [virtual]
~sc_interface()sc_core::sc_interface [virtual]
~sc_object()sc_core::sc_object [protected, virtual]
~sc_prim_channel()sc_core::sc_prim_channel [protected, virtual]
~sc_signal()sc_core::sc_signal< bool > [inline, virtual]


Generated on Wed Apr 25 13:53:29 2007 for SystemC by  doxygen 1.5.1