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

Namespaces

namespace  dynamicgraph
 

WIN32.


Defines

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

Define Documentation

#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)
#define DYNAMIC_GRAPH_SIGNAL_T_CPP
#define VP_TEMPLATE_DEBUG_MODE   0