Хранилища Subversion geo-modmetar

Редакция

Редакция 3 | Редакция 6 | К новейшей редакции | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 3 Редакция 4
Строка 1... Строка 1...
1
# $Id: METAR.pm,v 1.11 2008/01/02 13:47:00 koos Exp $
1
# AW: create fork Geo::METAR as Geo::ModMETAR
2
2
#
3
# KH: fix the parser
3
# KH: fix the parser
4
# should be a finite state machine
4
# should be a finite state machine
5
# - metar has rules what comes after what. but codes can be missing.
5
# - metar has rules what comes after what. but codes can be missing.
6
# (measurement not done) or //// (measurement broken at the moment)
6
# (measurement not done) or //// (measurement broken at the moment)
7
# so given a state counter, it can stay the same or go up one or more states,
7
# so given a state counter, it can stay the same or go up one or more states,