The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RadioMobile::UnitsHeightParser

DESCRIPTION

This module parse the height of every units in every network. If height is 0 then default system height has taken It update the RadioMobile::NetsUnits object args passed in new invoke.

METHODS

new()

Parameters:

    bfile     => {isa => 'File::Binary'},
    header    => {isa => 'RadioMobile::Header'},
    netsunits => {isa => 'RadioMobile::NetsUnits'}

parse()

This method read the .net file in bfile and exctract size $header->networkCount * $header->unitCount * 4 bytes Given A,B,C... units and 1,2,3 Network so A1 is a float indicate the height of unit A in network 1 It's structure is A1 A2 A3 ... B1 B2 B3 ... C1 C2 C3 ...