Linux::DVB::DVBT::Constants - DVBT constant settings


Linux-DVB-DVBT documentation Contained in the Linux-DVB-DVBT distribution.

Index


Code Index:

NAME

Top

Linux::DVB::DVBT::Constants - DVBT constant settings

SYNOPSIS

Top

	use Linux::DVB::DVBT::Constants ;




DESCRIPTION

Top

This module contains a single global HASH which contains useful constants used both by the XS module (and all the C code) and by the Perl.

The HASH is populated by the XS startup.

GLOBALS


Linux-DVB-DVBT documentation Contained in the Linux-DVB-DVBT distribution.
package Linux::DVB::DVBT::Constants ;


use strict ;

our $VERSION = '1.00' ;
our $DEBUG = 0 ;

#============================================================================================

our %CONSTANTS = () ;

# ============================================================================================
# END OF PACKAGE

1;