Exemplo n.º 1
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)
Exemplo n.º 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)
Exemplo n.º 3
0
 def cleanup(self):
     """
     Perform the cleanup of the internal driver TIME resources.
     """
     superClass.cleanup(self)
Exemplo n.º 4
0
 def __init__(self):
     """
     Perform the initialization of time handling data here, after the 
     superclass initialization
     """
     superClass.__init__(self)
Exemplo n.º 5
0
 def cleanup(self):
     """
     Perform the cleanup of the internal driver TIME resources.
     """
     superClass.cleanup(self)
Exemplo n.º 6
0
 def __init__(self):
     """
     Perform the initialization of time handling data here, after the 
     superclass initialization
     """
     superClass.__init__(self)