FMX.py File Reference

Go to the source code of this file.

Namespaces

namespace  LICOS.lib.FMX

Classes

class  FMX_command
class  FmxInterfaceTestCase

Functions

def LICOS::lib::FMX.fmx_delete
 Interface to fmx delete <blatz>.
def LICOS::lib::FMX.fmx_commit
 Interface to fmx commit <blatz>.
def LICOS::lib::FMX.fmx_upload
def LICOS::lib::FMX.__fmx_code_command
def LICOS::lib::FMX.__fmx_fof_command
def LICOS::lib::FMX.__fmx_config_command
def LICOS::lib::FMX.defaultInstrument
 helper functions
def LICOS::lib::FMX.physPath
def LICOS::lib::FMX.fmxPathSplit
def LICOS::lib::FMX.checkDevice
def LICOS::lib::FMX.checkNode
def LICOS::lib::FMX.suite

Variables

string LICOS::lib::FMX.__facility__ = "Online"
string LICOS::lib::FMX.__abstract__ = "FMX interface library"
string LICOS::lib::FMX.__author__ = "J. Panetta <panetta@SLAC.Stanford.edu> SLAC - GLAST LAT I&T/Online"
string LICOS::lib::FMX.__date__ = "2006/03/31 00:00:00"
string LICOS::lib::FMX.__updated__ = "$Date: 2006/04/13 02:20:15 $"
string LICOS::lib::FMX.__version__ = "$Revision: 1.4 $"
string LICOS::lib::FMX.__release__ = "$Name: HEAD $"
string LICOS::lib::FMX.__credits__ = "SLAC"
string LICOS::lib::FMX.FMX_DB_ENV = "FMX_C_FDB"
 FMX database location environment variable.
list LICOS::lib::FMX.FMX_TYPES = ['cdm', 'fof', 'hsk', 'latc', 'lci', 'pbc', 'rel', 'sbm', 'sbs', 'vxw']
 FMX file types.
list LICOS::lib::FMX.FMX_DEVICES = ['ee0', 'ee1', 'mm0', 'mm1', 'ram', 'rom', 'mem']
 FMX devices.
list LICOS::lib::FMX.FMX_ARCHS = ['rad-750', 'mv2304', 'mcp750', 'linux-gcc', 'sun-gcc']
 FMX allowed architectures.
list LICOS::lib::FMX.FMX_NODES = ['siu0', 'siu1', 'epu0', 'epu1', 'epu2']
 FMX allowed node names ** Note: Distinct from FSW_UNIT_NAMES in LATconstants.
tuple LICOS::lib::FMX.FMX_BASE = os.path.expandvars("$%s" % FMX_DB_ENV)
 FMX base location, fully justified.
string LICOS::lib::FMX.FMX_LAT_NAME = 'mordor'
 FMX logical name for the LAT.
string LICOS::lib::FMX.FMX_PATH_REGEXP = ' *(?P<filetype>.*)/(?P<package>.*)/(?P<version>.*)/(?P<constituent>.*)'
 FMX path parsing regexp.
string LICOS::lib::FMX.FMX_UPGOOD_REGEXP = 'FMX: Upload physical=(?P<physical>.*) file=(?P<path>.*)$'
 FMX upload success regexp.


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