Material Definition Language API
Up
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
enums.h
Go to the documentation of this file.
1
/***************************************************************************************************
2
* Copyright 2018 NVIDIA Corporation. All rights reserved.
3
**************************************************************************************************/
8
9
#ifndef MI_BASE_ENUMS_H
10
#define MI_BASE_ENUMS_H
11
12
#include <
mi/base/assert.h
>
13
14
namespace
mi {
15
16
namespace
base {
17
22
enum
Message_severity
27
{
29
MESSAGE_SEVERITY_FATAL
= 0,
31
MESSAGE_SEVERITY_ERROR
= 1,
33
MESSAGE_SEVERITY_WARNING
= 2,
35
MESSAGE_SEVERITY_INFO
= 3,
37
MESSAGE_SEVERITY_VERBOSE
= 4,
39
MESSAGE_SEVERITY_DEBUG
= 5,
40
// Undocumented, for alignment only
41
MESSAGE_SEVERITY_FORCE_32_BIT = 0xffffffffU
42
};
43
44
mi_static_assert
(
sizeof
(
Message_severity
) == 4);
45
// end group mi_base_ilogger
47
48
}
// namespace base
49
}
// namespace mi
50
51
#endif // MI_BASE_ENUMS_H
11 December 2018, 20:41, revision 313481, Doxygen 1.8.4
© 1986, 2018 NVIDIA Corporation.
All rights reserved.