Skip to content

Commit

Permalink
added missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
wlaub committed Feb 13, 2022
1 parent 704883b commit 22105fe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Cobalt.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#pragma once

#include "TechTechTechnologies.hpp"
#include <numeric>

#define MAX_LENGTH 7

struct CobaltMessage {

int length = 0;
double phases[MAX_LENGTH] = {0};
double scale = 1;
double offset = 0;
double outer_scale = 1;

};

0 comments on commit 22105fe

Please sign in to comment.