예제 #1
0
파일: ev.py 프로젝트: unnch/spell-sat
 def setup(self, ctxConfig, drvConfig):
     """
     Start the internal driver EV 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
파일: ev.py 프로젝트: unnch/spell-sat
 def setup(self, ctxConfig, drvConfig):
     """
     Start the internal driver EV 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
파일: ev.py 프로젝트: unnch/spell-sat
 def cleanup(self):
     """
     Perform the cleanup of the internal driver EV resources.
     """
     superClass.cleanup(self)
예제 #4
0
파일: ev.py 프로젝트: unnch/spell-sat
 def __init__(self):
     """
     Perform the initialization of Event Handling data here, after the 
     superclass initialization
     """
     superClass.__init__(self)
예제 #5
0
파일: ev.py 프로젝트: unnch/spell-sat
 def cleanup(self):
     """
     Perform the cleanup of the internal driver EV resources.
     """
     superClass.cleanup(self)
예제 #6
0
파일: ev.py 프로젝트: unnch/spell-sat
 def __init__(self):
     """
     Perform the initialization of Event Handling data here, after the 
     superclass initialization
     """
     superClass.__init__(self)