| Linux-DVB-DVBT documentation | Contained in the Linux-DVB-DVBT distribution. |
Linux::DVB::DVBT::Constants - DVBT constant settings
use Linux::DVB::DVBT::Constants ;
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.
| 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;