mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
dft: select dumping of full dft mem with ifdef
This commit is contained in:
parent
4611105e0a
commit
bd1990c3fc
1 changed files with 4 additions and 4 deletions
|
@ -141,14 +141,14 @@ public:
|
|||
|
||||
if (logger->level() <= SPDLOG_LEVEL_DEBUG) {
|
||||
#ifdef DFT_MEM_DUMP
|
||||
//origSigSync = std::make_shared<Dumper>("/tmp/plot/origSigSync");
|
||||
//windowdSigSync = std::make_shared<Dumper>("/tmp/plot/windowdSigSync");
|
||||
//ppsSigSync = std::make_shared<Dumper>("/tmp/plot/ppsSigSync");
|
||||
origSigSync = std::make_shared<Dumper>("/tmp/plot/origSigSync");
|
||||
windowdSigSync = std::make_shared<Dumper>("/tmp/plot/windowdSigSync");
|
||||
ppsSigSync = std::make_shared<Dumper>("/tmp/plot/ppsSigSync");
|
||||
#endif
|
||||
phasorPhase = std::make_shared<Dumper>("/tmp/plot/phasorPhase");
|
||||
phasorAmplitude = std::make_shared<Dumper>("/tmp/plot/phasorAmplitude");
|
||||
phasorFreq = std::make_shared<Dumper>("/tmp/plot/phasorFreq");
|
||||
ppsSigSync = std::make_shared<Dumper>("/tmp/plot/ppsSigSync");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue