예제 #1
0
파일: gcstime.py 프로젝트: nabz0r/SPELL
 def setup(self, ctxConfig, drvConfig):
     """
     Start the internal driver TIME mechanisms
     
     ctxConfig : provides the current context information (S/C name and others)
     drvConfig : provides the configuration parameters for this driver according
                 to the xml config file. 
     """
     superClass.setup(self, ctxConfig, drvConfig)
예제 #2
0
 def setup(self, ctxConfig, drvConfig):
     """
     Start the internal driver TIME mechanisms
     
     ctxConfig : provides the current context information (S/C name and others)
     drvConfig : provides the configuration parameters for this driver according
                 to the xml config file. 
     """
     superClass.setup(self, ctxConfig, drvConfig)
예제 #3
0
파일: gcstime.py 프로젝트: nabz0r/SPELL
 def cleanup(self):
     """
     Perform the cleanup of the internal driver TIME resources.
     """
     superClass.cleanup(self)
예제 #4
0
파일: gcstime.py 프로젝트: nabz0r/SPELL
 def __init__(self):
     """
     Perform the initialization of time handling data here, after the 
     superclass initialization
     """
     superClass.__init__(self)
예제 #5
0
 def cleanup(self):
     """
     Perform the cleanup of the internal driver TIME resources.
     """
     superClass.cleanup(self)
예제 #6
0
 def __init__(self):
     """
     Perform the initialization of time handling data here, after the 
     superclass initialization
     """
     superClass.__init__(self)