initial commit before ownership transfer
This commit is contained in:
17
code/toni/BarometerObservation.h
Executable file
17
code/toni/BarometerObservation.h
Executable file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
struct BarometerObservation {
|
||||
|
||||
double hpa;
|
||||
|
||||
BarometerObservation() { ; }
|
||||
BarometerObservation(const float hpa) : hpa(hpa) {
|
||||
|
||||
;}
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user