PressureWrapper init

This commit is contained in:
Evgenii Meshcheriakov
2022-10-10 14:26:59 +03:00
parent 2dd4d78bc2
commit 8282b23235
7 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/*
* PressureWrapper.cpp
*
* Created on: 5 Oct 2022
* Author: evgenymeshcheryakov
*/
#include <PressureWrapper.h>
PressureWrapper::PressureWrapper()
{
// TODO Auto-generated constructor stub
}
PressureWrapper::~PressureWrapper()
{
// TODO Auto-generated destructor stub
}