BOSWatch/includes/globals.py

36 lines
434 B
Python
Raw Normal View History

#!/usr/bin/python
# -*- coding: cp1252 -*-
2015-05-27 07:48:24 +02:00
"""
Global variables
2015-05-31 12:40:43 +02:00
@author: Jens Herrmann
2015-05-27 07:48:24 +02:00
@author: Bastian Schroll
"""
2015-06-14 20:21:21 +02:00
# Global variables
config = 0
script_path = ""
2015-06-14 20:21:21 +02:00
# double alarm
fms_id_old = 0
fms_time_old = 0
zvei_id_old = 0
zvei_time_old = 0
poc_id_old = 0
poc_time_old = 0
2015-06-14 20:21:21 +02:00
# pluginLoader
pluginList = {}
2015-06-14 20:21:21 +02:00
# filter
filterList = []
2015-06-14 20:21:21 +02:00
# idDescribing
fmsDescribtionList = {}
zveiDescribtionList = {}
ricDescribtionList = {}