Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_TANKS_ENUMS_HPP_
2#define IV_SRC_TANKS_ENUMS_HPP_
3
4namespace iv::tanks
5{
6
7enum class eSensorType
8{
10 Ullage,
11 Innage,
12};
13
15{
16 Bar,
19 Meter,
20 MmH2O,
23};
24
56
57}// namespace iv::tanks
58
59#endif//IV_SRC_TANKS_ENUMS_HPP_
Definition enums.hpp:5
eSensorType
Definition enums.hpp:8
eTanksSoundingUnits
Definition enums.hpp:15
eTankContentsType
Definition enums.hpp:26