GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Astro::App::Satpass2::ParseTime::Date::Manip(3) User Contributed Perl Documentation Astro::App::Satpass2::ParseTime::Date::Manip(3)

Astro::App::Satpass2::ParseTime::Date::Manip - Parse time for Astro::App::Satpass2 using Date::Manip

 my $delegate = Astro::App::Satpass2::ParseTime::Date::Manip->delegate();

This class is simply a trampoline for Astro::App::Satpass2::ParseTime->new() to determine which Date::Manip class to use.

This class supports the following public methods:

 $pt->back_end( 'Date::Manip::Date' );
 my $back_end = $pt->back_end();

This method is both accessor and mutator for the object's back end class name. This class must be a subclass of Date::Manip::Date.

 my $delegate = Astro::App::Satpass2::ParseTime::Date::Manip->delegate();

This static method returns the class that should be used based on which version of Date::Manip could be loaded. If "Date::Manip->VERSION()" returns a number less than 6, 'Astro::App::Satpass2::ParseTime::Date::Manip::v5' is returned. If it returns 6 or greater, 'Astro::App::Satpass2::ParseTime::Date::Manip::v6' is returned. If Date::Manip can not be loaded, "undef" is returned.

 $pt->station( $satpass2->station() );
 my $station = $pt->station();

This method is both accessor and mutator for the object's station attribute. This must be an Astro::Coord::ECI object, or "undef".

This attribute is used to set the back end's "location" config item. If the back end does not have this config item, the fact is ignored -- silently, with any luck.

Support is by the author. Please file bug reports at <https://rt.cpan.org/Public/Dist/Display.html?Name=Astro-App-Satpass2>, <https://github.com/trwyant/perl-Astro-App-Satpass2/issues>, or in electronic mail to the author.

Thomas R. Wyant, III wyant at cpan dot org

Copyright (C) 2009-2021 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

2021-11-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.