Package LICOS.util.gSerial


Classes

class  SerialCommon
 A helper class to add some protocol to the serial byte stream. More...
class  SerialSender
 A helper class to add some protocol to the serial byte stream. More...
class  SerialReceiver
 A helper class to handle some protocol on the serial byte stream. More...

Functions

def senderUsage
 Return sender program usage information.
def receiverUsage
 Return receiver program usage information.
def senderTest
 Test code that copies a file over a serial port connection.
def receiverTest
def handleOptions

Variables

string __facility__ = "Online"
string __abstract__ = "GLAST LAT serial port wrapper classes"
string __author__ = "R. Claus <Claus@SLAC.Stanford.edu> SLAC - GLAST LAT I&T/Online"
string __date__ = "12/27/2005"
string __version__ = "$Revision: 1.2 $"
string __release__ = "$Name: HEAD $"
string __credits__ = "SLAC"
tuple options = handleOptions(["config", "filename"], usage=senderUsage)
tuple options = handleOptions(["config"], ["filename"], usage=receiverUsage)


Function Documentation

def LICOS.util.gSerial.handleOptions   mandatory,
  optional = [],
  switches = [],
  usage = None
 

Definition at line 337 of file gSerial.py.

def LICOS.util.gSerial.receiverTest   cfgFile,
  filename
 

Definition at line 325 of file gSerial.py.

def LICOS.util.gSerial.receiverUsage  ) 
 

Return receiver program usage information.

Definition at line 290 of file gSerial.py.

def LICOS.util.gSerial.senderTest   cfgFile,
  filename
 

Test code that copies a file over a serial port connection.

Parameters:
cfgFile - The filename of a .cfg file
filename - The name of the file to be copied

Definition at line 306 of file gSerial.py.

def LICOS.util.gSerial.senderUsage  ) 
 

Return sender program usage information.

Definition at line 281 of file gSerial.py.


Variable Documentation

string __abstract__ = "GLAST LAT serial port wrapper classes" [static]
 

Definition at line 11 of file gSerial.py.

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

Definition at line 12 of file gSerial.py.

string __credits__ = "SLAC" [static]
 

Definition at line 16 of file gSerial.py.

string __date__ = "12/27/2005" [static]
 

Definition at line 13 of file gSerial.py.

string __facility__ = "Online" [static]
 

Definition at line 10 of file gSerial.py.

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

Definition at line 15 of file gSerial.py.

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

Definition at line 14 of file gSerial.py.

tuple options = handleOptions(["config"], ["filename"], usage=receiverUsage) [static]
 

Definition at line 359 of file gSerial.py.

tuple options = handleOptions(["config", "filename"], usage=senderUsage) [static]
 

Definition at line 355 of file gSerial.py.


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