5 #ifndef DYNAMIC_GRAPH_FWD_HH 6 #define DYNAMIC_GRAPH_FWD_HH 13 class EntityRegisterer;
14 class ExceptionAbstract;
15 class ExceptionFactory;
16 class ExceptionSignal;
17 class ExceptionTraces;
20 class InterpreterHelper;
22 class OutStringStream;
27 class SignalCastRegisterer;
34 template <
typename T,
typename Time>
class Signal;
42 template <
typename T,
typename Time>
class SignalPtr;
A helper class for setting and specifying dependencies between signals.
A type of signal that enforces a time dependency between other signals, making sure its inputs are up...
This is the only type of signal that can be plugged to, using the plug () command.
Signals link I/O ports of entities. They can be constant-valued signals, or copy the value of a heap ...
The base class for signals: not to be used as such.