1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

dumper: sync master and dft dumper

This commit is contained in:
Manuel Pitz 2021-06-25 18:00:54 +02:00
parent 446328367b
commit 2759a87db7

View file

@ -45,6 +45,7 @@ public:
int openSocket();
int closeSocket();
void writeDataCSV(unsigned len, double *yData, double *xData = nullptr);
void writeDataBinary(unsigned len, double *yData, double *xData = nullptr);