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_CLOCKNOTIFICATION_ENUMS_HPP_
2#define IV_SRC_DIAMAR_CLOCKNOTIFICATION_ENUMS_HPP_
3
4namespace iv::diamar
5{
6
8{
9 Info,
10 Warning,
11 Error,
13};
14
15}// namespace iv::diamar
16
17#endif//IV_SRC_DIAMAR_CLOCKNOTIFICATION_ENUMS_HPP_
Definition DataLoggerManager.cpp:10
eNotificationPriority
Definition enums.hpp:8