ChimeraTK-ControlSystemAdapter-OPCUAAdapter  04.00.01
loggingLevel_type.h File Reference
#include <open62541/plugin/log.h>
#include <open62541/server.h>
+ Include dependency graph for loggingLevel_type.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  UA_LoggingLevel {
  UA_LOGGINGLEVEL_TRACE = 0, UA_LOGGINGLEVEL_DEBUG = 1, UA_LOGGINGLEVEL_INFO = 2, UA_LOGGINGLEVEL_WARNING = 3,
  UA_LOGGINGLEVEL_ERROR = 4, UA_LOGGINGLEVEL_FATAL = 5, __UA_LOGGINGLEVEL_FORCE32BIT = 0x7fffffff
}
 

Functions

 UA_STATIC_ASSERT (sizeof(UA_LoggingLevel)==sizeof(UA_Int32), enum_must_be_32bit)
 

Enumeration Type Documentation

◆ UA_LoggingLevel

Enumerator
UA_LOGGINGLEVEL_TRACE 
UA_LOGGINGLEVEL_DEBUG 
UA_LOGGINGLEVEL_INFO 
UA_LOGGINGLEVEL_WARNING 
UA_LOGGINGLEVEL_ERROR 
UA_LOGGINGLEVEL_FATAL 
__UA_LOGGINGLEVEL_FORCE32BIT 

Definition at line 15 of file loggingLevel_type.h.

Function Documentation

◆ UA_STATIC_ASSERT()

UA_STATIC_ASSERT ( sizeof(UA_LoggingLevel = =sizeof(UA_Int32),
enum_must_be_32bit   
)