コード例 #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)