#include "systemc/kernel/sc_module.h"#include "systemc/communication/sc_signal.h"#include "systemc/tracing/sc_trace.h"Include dependency graph for sc_clock.h:

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

Go to the source code of this file.
Compounds | |
| class | sc_clock |
| class | sc_clock_negedge_callback |
| class | sc_clock_posedge_callback |
Functions | |
| void | sc_start (sc_clock &clock, const sc_time &duration) |
| void | sc_start (sc_clock &clock, double v, sc_time_unit tu) |
| void | sc_start (sc_clock &clock, double duration=-1) |
|
||||||||||||
|
Definition at line 218 of file sc_clock.h. References sc_clock::start(). |
|
||||||||||||||||
|
Definition at line 211 of file sc_clock.h. References sc_time_unit, and sc_clock::start(). |
|
||||||||||||
|
Definition at line 204 of file sc_clock.h. References sc_clock::start(). |
1.2.18