LPA.py

Go to the documentation of this file.
00001 #!/usr/local/bin/python
00002 #
00003 #                               Copyright 2005
00004 #                                     by
00005 #                        The Board of Trustees of the
00006 #                     Leland Stanford Junior University.
00007 #                            All rights reserved.
00008 #
00009 
00010 __facility__ = "Online"
00011 __abstract__ = "LPA related mnemonics"
00012 __author__   = "Selim Tuvi <stuvi@slac.stanford.edu> SLAC - GLAST LAT I&T/Online"
00013 __date__     = "2005/07/23 00:08:27"
00014 __updated__  = "$Date: 2005/11/01 04:05:30 $"
00015 __version__  = "$Revision: 1.1 $"
00016 __release__  = "$Name: HEAD $"
00017 __credits__  = "SLAC"
00018 
00019 import LICOS.copyright_SLAC
00020 
00021 from cmdTlmDb import CmdPkg
00022 
00023 class LPA(CmdPkg):
00024   """!\brief LPA telecommand package class
00025 
00026   Provides access to LPA telecommands.
00027   """
00028   def __init__(self, db):
00029     """!\brief LPA constructor.
00030 
00031     \param db  Wrapper database object for the generated module
00032               containing command and telemetry database classes.
00033     """
00034     CmdPkg.__init__(self, db)

Generated on Thu Apr 27 20:52:42 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO