Skip to content
Snippets Groups Projects
Commit 464b75f3 authored by Philémon Prévot's avatar Philémon Prévot
Browse files

Add endline caracter in header

parent 7cec728e
Branches
No related tags found
1 merge request!2HighBlueParser dev branch merged to empty main branch
...@@ -139,7 +139,7 @@ public: ...@@ -139,7 +139,7 @@ public:
class IMUFileWriter: public FileWriter { class IMUFileWriter: public FileWriter {
// const std::string header = "Timestamp,ax,ay,az,gx,gy,gz,mx,my,mz\n"; // const std::string header = "Timestamp,ax,ay,az,gx,gy,gz,mx,my,mz\n";
const std::string header = "Sensor Type,TimeStamp(ms) or Time, val0,val1,val2,val3,val4,val5,val6,val7"; const std::string header = "Sensor Type,TimeStamp(ms) or Time, val0,val1,val2,val3,val4,val5,val6,val7\n";
const size_t frame_size = 32; const size_t frame_size = 32;
const size_t additional_data_size = 736; const size_t additional_data_size = 736;
private: private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment