Files
MAClient/src/utilites.h
uvos a9f263b22d Change lighting length to be based on when cameras report finished
Fix viewer handling when cammeras are available
2021-07-19 11:12:23 +02:00

12 lines
280 B
C++

#ifndef UTILITYS_H
#define UTILITYS_H
#include <QString>
#include <stdint.h>
#include <array>
bool saveToCsv(const QString& filename, const std::vector<double> &keys, const std::vector<double> &values, const QString& keyLable, const QString& valueLable);
#endif // UTILITYS_H