add method & lua binding to convert from binary to ascii recording

This commit is contained in:
Joakim Kilby
2023-11-29 13:58:22 +01:00
parent e2d95019ec
commit fd53771ac9
3 changed files with 124 additions and 0 deletions

View File

@@ -593,6 +593,8 @@ public:
std::string determineConversionOutFilename(const std::string& filename,
DataMode mode);
void binary2ascii(const std::string& filename);
protected:
properties::BoolProperty _renderPlaybackInformation;
properties::BoolProperty _ignoreRecordedScale;