#include "sysc/communication/sc_port.h"#include "sysc/communication/sc_prim_channel.h"#include "sysc/communication/sc_signal_ifs.h"#include "sysc/kernel/sc_event.h"#include "sysc/kernel/sc_process_b.h"#include "sysc/kernel/sc_simcontext.h"#include "sysc/datatypes/bit/sc_logic.h"#include "sysc/tracing/sc_trace.h"#include "sysc/utils/sc_string.h"#include <typeinfo>Include dependency graph for sc_signal.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_signal< T > |
| class | sc_core::sc_signal< bool > |
| class | sc_core::sc_signal< sc_dt::sc_logic > |
Functions | |
| void | sc_core::sc_signal_invalid_writer (const char *name, const char *kind, const char *first_writer, const char *second_writer) |
| template<class T> | |
| inline::std::ostream & | sc_core::operator<< (::std::ostream &os, const sc_signal< T > &a) |
1.5.1