The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::TDMA::Day::Epoch::Frame

ABSTRACT

TDMA::Day::Epoch::Frame provides frame component, which epochs are broken into. Each frame contains 1536 slots, which are the basic data component of a TDMA communications system.

USAGE

        # Just provide the time the frame started.
        my $tdma_frame = TDMA::Day::Epoch::Frame->new( $time );
        

AUTHOR

        Alex J. Avriette
        alex@cpan.org