Exemplo n.º 1
0
def ResetData():
    ''' Reset Global Data '''
    #global dtm_data
    #global tLastLon, tLastLat

    SetcrtSensorSrc()
    SetcrtPltTailNum()
Exemplo n.º 2
0
def ResetData():
    global dtm_data, tLastLon, tLastLat

    SetcrtSensorSrc()
    SetcrtPltTailNum()

    dtm_data = []
    tLastLon = 0.0
    tLastLat = 0.0
Exemplo n.º 3
0
def ResetData():
    ''' Reset Global Data '''
    global dtm_data, tLastLon, tLastLat

    SetcrtSensorSrc()
    SetcrtPltTailNum()
    # The DTM is not associated with every video.If we reset it, you won't see it when you change videos
    # dtm_data = []
    tLastLon = 0.0
    tLastLat = 0.0
Exemplo n.º 4
0
def ResetData():
    """ Reset Global Data """
    SetcrtSensorSrc()
    SetcrtPltTailNum()