Package LICOS.lib.LATconstants


Variables

string __facility__ = "Online"
string __abstract__ = "LAT related constants"
string __author__ = "S. Tuvi <Stuvi@SLAC.Stanford.edu> SLAC - GLAST LAT I&T/Online"
string __date__ = "2005/12/20 00:00:00"
string __updated__ = "$Date: 2006/03/07 23:10:14 $"
string __version__ = "$Revision: 1.8 $"
string __release__ = "$Name: HEAD $"
string __credits__ = "SLAC"
string ONLINE_ROOT_ENV = "ONLINE_ROOT"
 Online root environment variable.
list ONLINE_ROOT = os.environ[ONLINE_ROOT_ENV]
 Online root path prefix.
string LICOS_SCRIPTS_ROOT = "LICOS_Scripts"
 LICOS Scripts root path.
string LICOS_CONFIG_ROOT = "LICOS_Config"
 LICOS Config root path.
list ROOT_DIRS = ['LICOS', LICOS_SCRIPTS_ROOT, LICOS_CONFIG_ROOT]
 Root directories relative to $ONLINE_ROOT.
int N_TOWERS = 16
 Number of towers.
int N_FREE_BOARDS = 12
 Number of ACD free boards.
tuple LICOS_CONFIG_BASE = os.path.expandvars("$%s/%s" % (ONLINE_ROOT_ENV, LICOS_CONFIG_ROOT))
 Base directory where LICOS_Config package is located.
tuple LICOS_CONFIG_LHK = os.path.join(LICOS_CONFIG_BASE, "lhk")
 Directory where LHK configuration files are located.
tuple LICOS_CONFIG_APPS = os.path.join(LICOS_CONFIG_BASE, "apps")
 Directory where script configuration files are located.
tuple LICOS_SCRIPTS_BASE = os.path.expandvars("$%s/%s" % (ONLINE_ROOT_ENV, LICOS_SCRIPTS_ROOT))
 Base directory where LICOS_Scripts package is located.
tuple LICOS_TEST_REPORT_XSL = os.path.join(LICOS_SCRIPTS_BASE, "lib/reportStyle.xsl")
 XSL style sheet used in the generation of test reports.
string PIPELINE_RUN_REPORT_PREFIX = ''
 Prefix for the XML version of the rcReport.out generated by the pipeline Deprecated, the pipeline changes the prefix too frequently.
int FSW_DEVICE_BOOT = 0
 Boot device enum.
int FSW_DEVICE_RAM = 1
 RAM disk device enum.
int FSW_DEVICE_EE0 = 2
 SIB EEPROM partition 0 enum.
int FSW_DEVICE_EE1 = 3
 SIB EEPROM partition 1 enum.
int FSW_DEVICE_TMP = 4
 Host temp file system enum.
int FSW_DEVICE_USR0 = 5
 User-defined device 0 enum.
int FSW_DEVICE_USR1 = 6
 User-defined device 1 enum.
list FSW_DEVICE_NAMES = ["boot", "ram", "ee0", "ee1", "tmp", "usr0", "usr1" ]
 Device names used in directory listings.
int FSW_UNIT_SIU = 0
 SIU unit enum.
int FSW_UNIT_EPU0 = 1
 EPU 0 unit enum.
int FSW_UNIT_EPU1 = 2
 EPU 1 unit enum.
int FSW_UNIT_EPU2 = 3
 EPU 2 unit enum.
int FSW_UNIT_EPU3 = 4
 EPU 3 unit enum.
list FSW_UNIT_NAMES = [ 'SIU', 'EPU0', 'EPU1', 'EPU2', 'EPU3' ]
 Unit names used in directory listings.
tuple FSW_DIR_RANGE = range(0,111)
 FSW allowed directory range, [FSW_GUIDE], 5.2.2, fig 5.
int FSW_DIR_ROOT = 0x7f
 ROOT directory = 127 : [FSW_GUIDE], 5.2.2, in text.
int FSW_DEST_1553 = 0
 FSW 1553 destination enum.
int FSW_DEST_SSR = 1
 FSW SSR destination enum.
list FSW_DEST_NAMES = ['1553', 'SSR ']
 FSW destination names.
int FSW_POOL_SYSTEM = 0
 FSW System memory pool.
int FSW_POOL_APPLICATION = 1
 FSW Application memory pool.
int RAM_PBC_START = 0x00300000
 Start of PBC memory address space.
int RAM_PBC_STOP = 0x00C00000
 End of PBC memory address space.
int RAM_SBC_START = 0x00010000
 Start of SBC memory address space.
int RAM_SBC_STOP = 0x00300000
 End of SBC memory address space.
int MEM_SUROM_START = 0xFFF00000
 Start of SUROM memory address space.
int MEM_SUROM_STOP = 0xFFF40000
 End of SUROM memory address space.
int INT_DIR_LATC = 10
 LATC configuration file directory.
int INT_DIR_LCI = 11
 LCI configuration file directory.
int INT_DIR_LHK = 13
 LHK configuration file directory.
int STANDARD_TIMEOUT = 60
 Standard Command/Response timeout.
int LONG_TIMEOUT = 3
 Long Command/response timeout.
int SHORT_TIMEOUT = 3
 Short Command/Response timeout.
int LAT_EPOCH = 978307200
 standard LAT epoch, '2001-01-01 00:00:00'


Variable Documentation

string __abstract__ = "LAT related constants" [static]
 

Definition at line 11 of file LATconstants.py.

string __author__ = "S. Tuvi <Stuvi@SLAC.Stanford.edu> SLAC - GLAST LAT I&T/Online" [static]
 

Definition at line 12 of file LATconstants.py.

string __credits__ = "SLAC" [static]
 

Definition at line 17 of file LATconstants.py.

string __date__ = "2005/12/20 00:00:00" [static]
 

Definition at line 13 of file LATconstants.py.

string __facility__ = "Online" [static]
 

Definition at line 10 of file LATconstants.py.

string __release__ = "$Name: HEAD $" [static]
 

Definition at line 16 of file LATconstants.py.

string __updated__ = "$Date: 2006/03/07 23:10:14 $" [static]
 

Definition at line 14 of file LATconstants.py.

string __version__ = "$Revision: 1.8 $" [static]
 

Definition at line 15 of file LATconstants.py.

int FSW_DEST_1553 = 0 [static]
 

FSW 1553 destination enum.

Used in LMEMDUMPMEM

Definition at line 101 of file LATconstants.py.

list FSW_DEST_NAMES = ['1553', 'SSR '] [static]
 

FSW destination names.

Definition at line 105 of file LATconstants.py.

int FSW_DEST_SSR = 1 [static]
 

FSW SSR destination enum.

Used in LMEMDUMPMEM

Definition at line 103 of file LATconstants.py.

int FSW_DEVICE_BOOT = 0 [static]
 

Boot device enum.

Definition at line 67 of file LATconstants.py.

int FSW_DEVICE_EE0 = 2 [static]
 

SIB EEPROM partition 0 enum.

Definition at line 71 of file LATconstants.py.

int FSW_DEVICE_EE1 = 3 [static]
 

SIB EEPROM partition 1 enum.

Definition at line 73 of file LATconstants.py.

list FSW_DEVICE_NAMES = ["boot", "ram", "ee0", "ee1", "tmp", "usr0", "usr1" ] [static]
 

Device names used in directory listings.

Definition at line 81 of file LATconstants.py.

int FSW_DEVICE_RAM = 1 [static]
 

RAM disk device enum.

Definition at line 69 of file LATconstants.py.

int FSW_DEVICE_TMP = 4 [static]
 

Host temp file system enum.

Definition at line 75 of file LATconstants.py.

int FSW_DEVICE_USR0 = 5 [static]
 

User-defined device 0 enum.

Definition at line 77 of file LATconstants.py.

int FSW_DEVICE_USR1 = 6 [static]
 

User-defined device 1 enum.

Definition at line 79 of file LATconstants.py.

tuple FSW_DIR_RANGE = range(0,111) [static]
 

FSW allowed directory range, [FSW_GUIDE], 5.2.2, fig 5.

Definition at line 95 of file LATconstants.py.

int FSW_DIR_ROOT = 0x7f [static]
 

ROOT directory = 127 : [FSW_GUIDE], 5.2.2, in text.

Definition at line 97 of file LATconstants.py.

int FSW_POOL_APPLICATION = 1 [static]
 

FSW Application memory pool.

Definition at line 111 of file LATconstants.py.

int FSW_POOL_SYSTEM = 0 [static]
 

FSW System memory pool.

Definition at line 109 of file LATconstants.py.

int FSW_UNIT_EPU0 = 1 [static]
 

EPU 0 unit enum.

Definition at line 85 of file LATconstants.py.

int FSW_UNIT_EPU1 = 2 [static]
 

EPU 1 unit enum.

Definition at line 87 of file LATconstants.py.

int FSW_UNIT_EPU2 = 3 [static]
 

EPU 2 unit enum.

Definition at line 89 of file LATconstants.py.

int FSW_UNIT_EPU3 = 4 [static]
 

EPU 3 unit enum.

Definition at line 91 of file LATconstants.py.

list FSW_UNIT_NAMES = [ 'SIU', 'EPU0', 'EPU1', 'EPU2', 'EPU3' ] [static]
 

Unit names used in directory listings.

Definition at line 93 of file LATconstants.py.

int FSW_UNIT_SIU = 0 [static]
 

SIU unit enum.

Definition at line 83 of file LATconstants.py.

int INT_DIR_LATC = 10 [static]
 

LATC configuration file directory.

Definition at line 134 of file LATconstants.py.

int INT_DIR_LCI = 11 [static]
 

LCI configuration file directory.

Definition at line 136 of file LATconstants.py.

int INT_DIR_LHK = 13 [static]
 

LHK configuration file directory.

Definition at line 138 of file LATconstants.py.

int LAT_EPOCH = 978307200 [static]
 

standard LAT epoch, '2001-01-01 00:00:00'

Definition at line 148 of file LATconstants.py.

tuple LICOS_CONFIG_APPS = os.path.join(LICOS_CONFIG_BASE, "apps") [static]
 

Directory where script configuration files are located.

Definition at line 51 of file LATconstants.py.

tuple LICOS_CONFIG_BASE = os.path.expandvars("$%s/%s" % (ONLINE_ROOT_ENV, LICOS_CONFIG_ROOT)) [static]
 

Base directory where LICOS_Config package is located.

Definition at line 45 of file LATconstants.py.

tuple LICOS_CONFIG_LHK = os.path.join(LICOS_CONFIG_BASE, "lhk") [static]
 

Directory where LHK configuration files are located.

Definition at line 48 of file LATconstants.py.

string LICOS_CONFIG_ROOT = "LICOS_Config" [static]
 

LICOS Config root path.

Definition at line 33 of file LATconstants.py.

tuple LICOS_SCRIPTS_BASE = os.path.expandvars("$%s/%s" % (ONLINE_ROOT_ENV, LICOS_SCRIPTS_ROOT)) [static]
 

Base directory where LICOS_Scripts package is located.

Definition at line 54 of file LATconstants.py.

string LICOS_SCRIPTS_ROOT = "LICOS_Scripts" [static]
 

LICOS Scripts root path.

Definition at line 30 of file LATconstants.py.

tuple LICOS_TEST_REPORT_XSL = os.path.join(LICOS_SCRIPTS_BASE, "lib/reportStyle.xsl") [static]
 

XSL style sheet used in the generation of test reports.

Definition at line 57 of file LATconstants.py.

int LONG_TIMEOUT = 3 [static]
 

Long Command/response timeout.

Definition at line 143 of file LATconstants.py.

int MEM_SUROM_START = 0xFFF00000 [static]
 

Start of SUROM memory address space.

Definition at line 126 of file LATconstants.py.

int MEM_SUROM_STOP = 0xFFF40000 [static]
 

End of SUROM memory address space.

Definition at line 128 of file LATconstants.py.

int N_FREE_BOARDS = 12 [static]
 

Number of ACD free boards.

Definition at line 42 of file LATconstants.py.

int N_TOWERS = 16 [static]
 

Number of towers.

Definition at line 39 of file LATconstants.py.

list ONLINE_ROOT = os.environ[ONLINE_ROOT_ENV] [static]
 

Online root path prefix.

Definition at line 27 of file LATconstants.py.

string ONLINE_ROOT_ENV = "ONLINE_ROOT" [static]
 

Online root environment variable.

Definition at line 24 of file LATconstants.py.

string PIPELINE_RUN_REPORT_PREFIX = '' [static]
 

Prefix for the XML version of the rcReport.out generated by the pipeline Deprecated, the pipeline changes the prefix too frequently.

LICOS_Scripts should use the rcReport.xml soft link that is created by the pipeline PIPELINE_RUN_REPORT_PREFIX = 'updateELogDB-licos-v3r5p1'

Definition at line 63 of file LATconstants.py.

int RAM_PBC_START = 0x00300000 [static]
 

Start of PBC memory address space.

Definition at line 118 of file LATconstants.py.

int RAM_PBC_STOP = 0x00C00000 [static]
 

End of PBC memory address space.

Definition at line 120 of file LATconstants.py.

int RAM_SBC_START = 0x00010000 [static]
 

Start of SBC memory address space.

Definition at line 122 of file LATconstants.py.

int RAM_SBC_STOP = 0x00300000 [static]
 

End of SBC memory address space.

Definition at line 124 of file LATconstants.py.

list ROOT_DIRS = ['LICOS', LICOS_SCRIPTS_ROOT, LICOS_CONFIG_ROOT] [static]
 

Root directories relative to $ONLINE_ROOT.

Definition at line 36 of file LATconstants.py.

int SHORT_TIMEOUT = 3 [static]
 

Short Command/Response timeout.

Definition at line 145 of file LATconstants.py.

int STANDARD_TIMEOUT = 60 [static]
 

Standard Command/Response timeout.

Definition at line 141 of file LATconstants.py.


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