Package LICOS.tools.monitor.TelemMonitorImpl


Classes

class  TelemMonitorImpl
 Telemetry monitoring GUI. More...

Functions

def usage
 Output command line usage.

Variables

string __facility__ = "Online"
string __abstract__ = "Telemetry Monitor"
string __author__ = "S. Tuvi <STuvi@SLAC.Stanford.edu>"
string __date__ = "2005/09/15 23:45:02"
string __updated__ = "$Date: 2006/04/28 01:41:36 $"
string __version__ = "$Revision: 1.19 $"
string __release__ = "$Name: HEAD $"
string __credits__ = "SLAC"
tuple options = Options(['proxyHost','type','vscConfig'])
tuple a = QApplication(sys.argv)
tuple vscConfig = ConfigParser()
tuple ports = VscProxyPorts(vscConfig.getint('vsc', 'proxyPortBase'))
tuple port = ports.telemMon()
tuple port = ports.diagMon()
tuple apidRangeList = ([0x000, 0xfff],)
tuple ip_tel = getip(options.proxyHost)
tuple tele = VSC.VscProxy.Proxy(ip_tel, port)
tuple telemHandler = seTelemetryHandler(apidRangeList)
tuple vscRouter = LicosTelemetryRouter(telemHandler)
tuple latRouter = LicosTelemetryRouter(telemHandler)
tuple dm = TelemMonitorImpl(telemHandler)


Function Documentation

def LICOS.tools.monitor.TelemMonitorImpl.usage  ) 
 

Output command line usage.

Definition at line 220 of file TelemMonitorImpl.py.


Variable Documentation

string __abstract__ = "Telemetry Monitor" [static]
 

Definition at line 11 of file TelemMonitorImpl.py.

string __author__ = "S. Tuvi <STuvi@SLAC.Stanford.edu>" [static]
 

Definition at line 12 of file TelemMonitorImpl.py.

string __credits__ = "SLAC" [static]
 

Definition at line 17 of file TelemMonitorImpl.py.

string __date__ = "2005/09/15 23:45:02" [static]
 

Definition at line 13 of file TelemMonitorImpl.py.

string __facility__ = "Online" [static]
 

Definition at line 10 of file TelemMonitorImpl.py.

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

Definition at line 16 of file TelemMonitorImpl.py.

string __updated__ = "$Date: 2006/04/28 01:41:36 $" [static]
 

Definition at line 14 of file TelemMonitorImpl.py.

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

Definition at line 15 of file TelemMonitorImpl.py.

tuple a = QApplication(sys.argv) [static]
 

Definition at line 247 of file TelemMonitorImpl.py.

tuple apidRangeList = ([0x000, 0xfff],) [static]
 

Definition at line 256 of file TelemMonitorImpl.py.

tuple dm = TelemMonitorImpl(telemHandler) [static]
 

Definition at line 268 of file TelemMonitorImpl.py.

tuple ip_tel = getip(options.proxyHost) [static]
 

Definition at line 257 of file TelemMonitorImpl.py.

tuple latRouter = LicosTelemetryRouter(telemHandler) [static]
 

Definition at line 261 of file TelemMonitorImpl.py.

tuple options = Options(['proxyHost','type','vscConfig']) [static]
 

Definition at line 240 of file TelemMonitorImpl.py.

tuple port = ports.diagMon() [static]
 

Definition at line 254 of file TelemMonitorImpl.py.

tuple port = ports.telemMon() [static]
 

Definition at line 252 of file TelemMonitorImpl.py.

tuple ports = VscProxyPorts(vscConfig.getint('vsc', 'proxyPortBase')) [static]
 

Definition at line 250 of file TelemMonitorImpl.py.

tuple tele = VSC.VscProxy.Proxy(ip_tel, port) [static]
 

Definition at line 258 of file TelemMonitorImpl.py.

tuple telemHandler = seTelemetryHandler(apidRangeList) [static]
 

Definition at line 259 of file TelemMonitorImpl.py.

tuple vscConfig = ConfigParser() [static]
 

Definition at line 248 of file TelemMonitorImpl.py.

tuple vscRouter = LicosTelemetryRouter(telemHandler) [static]
 

Definition at line 260 of file TelemMonitorImpl.py.


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