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_UNITS_MODEL_ENUMS_HPP_
2#define IV_SRC_UNITS_MODEL_ENUMS_HPP_
3
4namespace iv::units
5{
6
7enum class eUnitType
8{
9 Aim18,
10 Dim36,
11 Diom24,
12 Rms,
13 Lum,
14 Pmm,
15 SLim,
16 Tim28,
19};
20
21}
22
23#endif//IV_SRC_UNITS_MODEL_ENUMS_HPP_
Definition AbstractChannel.hpp:16
eUnitType
Definition enums.hpp:8