beremiz
Clone
Summary
Browse
Changes
Graph
OPC-UA client: "static" class was forgotten for open62541 client structure preventing multiple client.
2022-01-17, Edouard Tisserant
2f5c30054d50
OPC-UA client: "static" class was forgotten for open62541 client structure preventing multiple client.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]