#include <dynamic-graph/signal.h>
#include <dynamic-graph/signal-caster.h>
#include <dynamic-graph/debug.h>
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 __SIGNAL_INIT | ( | name, | |
Tcpy, | |||
Tref, | |||
TrefNC, | |||
mutex | |||
) |
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 |