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

NAME

RadioMobile::UnitsSystemParser

DESCRIPTION

This module parse the UNITS <-> SYSTEMS <-> NETS relation in a .net file It update the RadioMobile::NetsUnits object args passed in new invoke.

It shows what's the system of every units in every network

METHODS

new()

Parameters:

    parent     => {isa => 'RadioMobile'},

parse()

This method read the .net file in bfile and exctract $header->networkCount * $header->unitCount * 2 bytes reading it as a short unsigned integer vector identifing the index of system element Given A,B,C... units and 1,2,3 Network so A1 is a short indicate the system index of unit A in network 1 It's structure is A1 A2 A3 ... B1 B2 B3 ... C1 C2 C3 ...