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_DIAMAR_ENUMS_HPP_
2#define IV_SRC_DIAMAR_ENUMS_HPP_
3
4#include "core/defines.hpp"
5
6#include <map>
7#include <string>
8
9namespace iv::app
10{
11
12enum class eExitMode
13{
14 Close,
15 Reboot,
17};
18
19enum class eState
20{
21 Start,
22 Restore,
23 Stop,
24 Sleep
25};
26
27}// namespace iv::app
28
29namespace iv::diamar
30{
31
32// TODO: Unificar con el de src/model/enums
42
44
45}// namespace iv::diamar
46
47#endif//IV_SRC_DIAMAR_ENUMS_HPP_
Definition DiamarRepeaterApplication.cpp:30
eState
Definition enums.hpp:20
eExitMode
Definition enums.hpp:13
Definition DataLoggerManager.cpp:10
std::string strUserProfileValue(iv::diamar::eUserProfileType eUserProfileType)
Definition enums.cpp:15
eUserProfileType
Definition enums.hpp:34