Beispiel #1
0
def servicelog_version():
    from blitzortung import INJECTOR

    return INJECTOR.get(table.ServiceLogVersion)
Beispiel #2
0
def servicelog_total():
    from blitzortung import INJECTOR

    return INJECTOR.get(table.ServiceLogTotal)
Beispiel #3
0
def servicelog_country():
    from blitzortung import INJECTOR

    return INJECTOR.get(table.ServiceLogCountry)
Beispiel #4
0
def station_offline():
    from blitzortung import INJECTOR

    return INJECTOR.get(table.StationOffline)
Beispiel #5
0
def location():
    from blitzortung import INJECTOR

    return INJECTOR.get(table.Location)
Beispiel #6
0
def strike_cluster():
    from blitzortung import INJECTOR

    return INJECTOR.get(table.StrikeCluster)
Beispiel #7
0
def station():
    from blitzortung import INJECTOR

    return INJECTOR.get(table.Station)
Beispiel #8
0
def servicelog_parameters():
    from blitzortung import INJECTOR

    return INJECTOR.get(table.ServiceLogParameters)
Beispiel #9
0
def strike():
    from blitzortung import INJECTOR

    return INJECTOR.get(table.Strike)
Beispiel #10
0
def histogram_query():
    from blitzortung import INJECTOR

    return INJECTOR.get(histogram.HistogramQuery)
Beispiel #11
0
def strike_grid_query():
    from blitzortung import INJECTOR

    return INJECTOR.get(strike_grid.StrikeGridQuery)
Beispiel #12
0
def strike_query():
    from blitzortung import INJECTOR

    return INJECTOR.get(strike.StrikeQuery)
Beispiel #13
0
def config():
    from blitzortung import INJECTOR

    return INJECTOR.get(Config)
Beispiel #14
0
def config():
    from blitzortung import INJECTOR

    return INJECTOR.get(Config)