Script ais_msg_1_wx_py
[hide private]
[frames] | no frames]

Script ais_msg_1_wx_py

source code

Classes [hide private]
  MsgFrame
# FIX: write doc string here for the frame

Variables [hide private]
  testParams = {'RegionalReserved': 0, 'NavigationStatus': 3, 'COG'...
  app = wx.PySimpleApp()
  theData = {}
  frame = MsgFrame(None, 'Position Message Editor', theData)

Variables Details [hide private]

testParams

None
Value:
{'COG': 34.5,
 'MessageID': 1,
 'NavigationStatus': 3,
 'PositionAccuracy': 1,
 'Position_latitude': 37.424458333333334,
 'Position_longitude': -122.16328055555556,
 'RAIM': False,
 'ROT': -2,
...                                                                    
      

app

None
Value:
wx.PySimpleApp()                                                       
      

theData

None
Value:
{}                                                                     
      

frame

None
Value:
MsgFrame(None, 'Position Message Editor', theData)