MythTV  0.26-pre
Functions | Variables
ndfdXML.pm File Reference

Go to the source code of this file.

Functions

use Carp ()
use vars qw (@ISA $AUTOLOAD @EXPORT_OK%EXPORT_TAGS)
for my $method (@EXPORT_OK)

Variables

package ndfdXML
my methods
use Exporter
 ISA = qw(Exporter SOAP::Lite)
 EXPORT_OK = (keys %methods)
 EXPORT_TAGS = ('all' => [@EXPORT_OK])
no strict refs

Function Documentation

use Carp ( )
use vars qw ( @ISA $AUTOLOAD @EXPORT_OK EXPORT_TAGS)
for my $method ( EXPORT_OK)

Definition at line 44 of file ndfdXML.pm.


Variable Documentation

package ndfdXML

Definition at line 1 of file ndfdXML.pm.

Initial value:
 (
  NDFDgenByDay => {
    endpoint => 'http:
    soapaction => 'http:
    uri => 'http:
    parameters => [
      SOAP::Data->new(name => 'latitude', type => 'xsd:decimal', attr => {}),
      SOAP::Data->new(name => 'longitude', type => 'xsd:decimal', attr => {}),
      SOAP::Data->new(name => 'startDate', type => 'xsd:date', attr => {}),
      SOAP::Data->new(name => 'numDays', type => 'xsd:integer', attr => {}),
      SOAP::Data->new(name => 'format', type => 'typens:formatType', attr => {}),
    ],
  },
  NDFDgen => {
    endpoint => 'http:
    soapaction => 'http:
    uri => 'http:
    parameters => [
      SOAP::Data->new(name => 'latitude', type => 'xsd:decimal', attr => {}),
      SOAP::Data->new(name => 'longitude', type => 'xsd:decimal', attr => {}),
      SOAP::Data->new(name => 'product', type => 'typens:productType', attr => {}),
      SOAP::Data->new(name => 'startTime', type => 'xsd:dateTime', attr => {}),
      SOAP::Data->new(name => 'endTime', type => 'xsd:dateTime', attr => {}),
      SOAP::Data->new(name => 'weatherParameters', type => 'typens:weatherParametersType', attr => {}),
    ],
  },
)

Definition at line 6 of file ndfdXML.pm.

use Exporter

Definition at line 35 of file ndfdXML.pm.

ISA = qw(Exporter SOAP::Lite)

Definition at line 39 of file ndfdXML.pm.

EXPORT_OK = (keys %methods)

Definition at line 40 of file ndfdXML.pm.

EXPORT_TAGS = ('all' => [@EXPORT_OK])

Definition at line 41 of file ndfdXML.pm.

Definition at line 43 of file ndfdXML.pm.

Referenced by CHECK(), filter_func(), and filter_line_c().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends