-
-
30 Oct 2012 16:00:20 UTC
- Distribution: RadioMobile
- Module version: 0.10
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (705 / 1 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: open_source
- Activity
24 month- Tools
- Download (148.32KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Array::AsObject
- Class::Container
- Class::MethodMaker
- File::Binary
- IO::Scalar
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 ...
Module Install Instructions
To install RadioMobile, copy and paste the appropriate command in to your terminal.
cpanm RadioMobile
perl -MCPAN -e shell install RadioMobile
For more information on module installation, please visit the detailed CPAN module installation guide.