NDEVR
API Documentation
IMUCalibrationSpreadsheet.h
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/File.h>
4#include <NDEVR/BaseValues.h>
5#include <NDEVR/CalibrationPosition.h>
6namespace NDEVR
7{
8 class IMUCalibrator;
12 class OPENXLSX_INTERFACE_API IMUCalibrationSpreadsheet
13 {
14 public:
24 public:
25 File writeToFile(const Data& data);
26 };
27}
The equivelent of std::vector but with a bit more control.
Definition Buffer.hpp:58
Logic for reading or writing to a file as well as navigating filesystems or other common file operati...
Definition File.h:53
Creates and writes data from a distance encoder to a set excel page.
Logic and storage for IMU calibration.
The core String class for the NDEVR API.
Definition String.h:95
The primary namespace for the NDEVR SDK.
Input data for generating an IMU calibration spreadsheet.
Buffer< CalibrationPosition > positions
Calibration positions used in the test.
String file_prefix
Prefix for the output filename.
String probe_id
Identifier of the probe being calibrated.
File template_file
Template XLSX file to base the output on.