26 #ifndef PRESSUREUNIT_H 27 #define PRESSUREUNIT_H 57 #endif //PRESSUREUNIT_H static PressureUnit & MMHG()
Millimeters of mercure.
Definition: PressureUnit.cpp:35
std::string unitString
Definition: Unit.h:51
PressureUnit(std::string n)
Definition: PressureUnit.h:51
static PressureUnit & PA()
Pascal.
Definition: PressureUnit.cpp:40
Class that defines the different units of a Load 'Pressure'.
Definition: PressureUnit.h:40
static PressureUnit & KPA()
kiloPascal
Definition: PressureUnit.cpp:30
Class that defines the unit of the Load.
Definition: Unit.h:46