Package LICOS.lib.currValTable.SocketCVT


Classes

class  SocketCVTClient
class  ccsdsCVT

Functions

def asyncore_loop

Variables

string __facility__ = "Online"
string __abstract__ = "Current Value Table Server"
string __author__ = "Jim Panetta <panetta@slac.stanford.edu> SLAC - GLAST LAT I&T/Online"
tuple __date__ = ("$Date: 2005/11/30 18:44:22 $")
string __version__ = "$Revision: 1.5 $"
string __release__ = "$Name: HEAD $"
string __credits__ = "SLAC"
tuple killEvent = threading.Event()
tuple options = gOptions.Options(['pktHost', 'pktPort', 'cvtPort'])
 pktHost = options.pktHost
tuple pktPort = int(options.pktPort)
tuple cvtPort = int(options.cvtPort)
tuple cvt = ccsdsCVT()
tuple cvc = SocketCVTClient(cvt, pktHost, pktPort)
tuple cvs = CurrentValueFactory(cvtPort, cvt)


Function Documentation

def LICOS.lib.currValTable.SocketCVT.asyncore_loop   timeout = 1.0,
  use_poll = False,
  map = None
 

replace the asyncore central loop and run it its own thread.
   Valid for Python 2.3.x
   Python 2.4 has an extra agument for loop, count.

Definition at line 34 of file SocketCVT.py.


Variable Documentation

string __abstract__ = "Current Value Table Server" [static]
 

Definition at line 11 of file SocketCVT.py.

string __author__ = "Jim Panetta <panetta@slac.stanford.edu> SLAC - GLAST LAT I&T/Online" [static]
 

Definition at line 12 of file SocketCVT.py.

string __credits__ = "SLAC" [static]
 

Definition at line 16 of file SocketCVT.py.

tuple __date__ = ("$Date: 2005/11/30 18:44:22 $") [static]
 

Definition at line 13 of file SocketCVT.py.

string __facility__ = "Online" [static]
 

Definition at line 10 of file SocketCVT.py.

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

Definition at line 15 of file SocketCVT.py.

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

Definition at line 14 of file SocketCVT.py.

tuple cvc = SocketCVTClient(cvt, pktHost, pktPort) [static]
 

Definition at line 113 of file SocketCVT.py.

tuple cvs = CurrentValueFactory(cvtPort, cvt) [static]
 

Definition at line 114 of file SocketCVT.py.

tuple cvt = ccsdsCVT() [static]
 

Definition at line 112 of file SocketCVT.py.

tuple cvtPort = int(options.cvtPort) [static]
 

Definition at line 110 of file SocketCVT.py.

tuple killEvent = threading.Event() [static]
 

Definition at line 31 of file SocketCVT.py.

tuple options = gOptions.Options(['pktHost', 'pktPort', 'cvtPort']) [static]
 

Definition at line 101 of file SocketCVT.py.

pktHost = options.pktHost [static]
 

Definition at line 108 of file SocketCVT.py.

tuple pktPort = int(options.pktPort) [static]
 

Definition at line 109 of file SocketCVT.py.


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