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_MODEL_PMS_ENUMS_HPP_
2#define IV_SRC_MODEL_PMS_ENUMS_HPP_
3
4namespace iv::model::pms
5{
6
7enum class eGeneratorType
8{
10 Shaft,
12};
13
15{
16 GenCmd,
20 Sleep
21};
22
24{
25 Start,
26 Stop,
27 Connect,
31};
32
34{
35 Connect,
37};
38
39}// namespace iv::model::pms
40
41#endif//IV_SRC_MODEL_PMS_ENUMS_HPP_
Definition AbstractPmsAction.cpp:9
eGeneratorType
Definition enums.hpp:8
ePmsActionType
Definition enums.hpp:15
eBusTieCmdActionType
Definition enums.hpp:34
eGenCmdActionType
Definition enums.hpp:24