cpu goes brrrr
All checks were successful
EIVE/eive-obsw/pipeline/pr-dev-7.5.0 This commit looks good

This commit is contained in:
2023-12-04 10:59:44 +01:00
parent 064200e730
commit 4ea1e16880
2 changed files with 4 additions and 4 deletions

View File

@ -35,6 +35,8 @@ class SensorProcessing {
static constexpr double ZERO_VEC_D[3] = {0, 0, 0};
static constexpr double ECCENTRICITY_WGS84 = 0.0818195;
Igrf13Model igrf13;
protected:
void processMgm(const float *mgm0Value, bool mgm0valid, const float *mgm1Value, bool mgm1valid,
const float *mgm2Value, bool mgm2valid, const float *mgm3Value, bool mgm3valid,