5 #include <dpsim-models/PtrFactory.h>
6 #include <dpsim/Interface.h>
8 #include <villas/kernel/rt.hpp>
9 #include <villas/node.hpp>
10 #include <villas/node/exceptions.hpp>
11 #include <villas/node/memory.hpp>
12 #include <villas/pool.hpp>
13 #include <villas/sample.hpp>
14 #include <villas/signal.hpp>
15 #include <villas/signal_list.hpp>
17 using namespace villas;
32 UInt sampleLength = 64,
const String &name =
"",
33 UInt downsampling = 1);
41 Bool blockOnRead =
false,
42 Bool syncOnSimulationStart =
true,
43 const String &name =
"",
const String &unit =
"");
52 Bool waitForOnWrite,
const String &name =
"",
53 const String &unit =
"");
55 void printVillasSignals()
const;
Interface type that can be used to import and export simulation attributes over any node type support...