signal.t.cpp File Reference
Include dependency graph for signal.t.cpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 dynamicgraph
 This is the namespace where every object and class of this library is located.
 

Macros

#define DYNAMIC_GRAPH_SIGNAL_T_CPP
 
#define VP_TEMPLATE_DEBUG_MODE   0
 
#define __SIGNAL_INIT(name, Tcpy, Tref, TrefNC, mutex)
 

Macro Definition Documentation

◆ __SIGNAL_INIT

#define __SIGNAL_INIT (   name,
  Tcpy,
  Tref,
  TrefNC,
  mutex 
)
Value:
SignalBase<Time>(name), signalType(SIGNAL_TYPE_DEFAULT), Tcopy1(Tcpy), \
Tcopy2(Tcpy), Tcopy(&Tcopy1), Treference(Tref), \
TreferenceNonConst(TrefNC), Tfunction(), \
keepReference(KEEP_REFERENCE_DEFAULT), providerMutex(mutex)

◆ DYNAMIC_GRAPH_SIGNAL_T_CPP

#define DYNAMIC_GRAPH_SIGNAL_T_CPP

◆ VP_TEMPLATE_DEBUG_MODE

#define VP_TEMPLATE_DEBUG_MODE   0