Changeset 530:3fa228e58954
- Timestamp:
- 08/19/13 06:20:41 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/fsuipc.py
r529 r530 2005 2005 print "PTT154Model.doesHandle", aircraft.type, name, airPath 2006 2006 return aircraft.type==const.AIRCRAFT_T154 and \ 2007 (name.find("Tu-154")!=-1 or name.find("Tu154B") ) and \2007 (name.find("Tu-154")!=-1 or name.find("Tu154B")!=-1) and \ 2008 2008 os.path.basename(airPath).startswith("154b_") 2009 2009 … … 2027 2027 self._fsType = fsType 2028 2028 2029 super(PTT154 NGModel, self).addMonitoringData(data, fsType)2029 super(PTT154Model, self).addMonitoringData(data, fsType) 2030 2030 2031 2031 def getAircraftState(self, aircraft, timestamp, data):
Note:
See TracChangeset
for help on using the changeset viewer.