# File alientag.rb, line 33
        def initialize(taglist_entry)
                @disc = @last  = @last_last = 0
                @ant  = @count = @proto = @rssi = @speed = @freq = 0
                @speed_smooth  = @speed_last = 0
                @pos_smooth    = @pos_last = @pos_min = 0

                create(taglist_entry)
        end