#pragma once
#include <string>

namespace ConfigData
{
	void readConfigData();
	void writeConfigData();
	std::string getSN();
	std::string getSWVerNum();
	float getSurfaceOpsBelPos_pctFull();
	void setSurfaceOpsBelPos_pctFull(float newValue);
	float getRecoveryBelPos_pctFull();
	void  setRecoveryBelPos_pctFull(float newValue);
	float getSubmergePumpSpeed_pctMax();
}
