コード例 #1
0
ファイル: CIC.py プロジェクト: HiSPARC/sapphire
    def __init__(self, message):
        """ Initialization
            Proceed to unpack the message.
        """
        # invoke constructor of parent class
        HiSparc2Event.__init__(self, message)

        # init the trigger rate attribute
        self.eventrate = 0

                self.uploadCode = 'CIC'
コード例 #2
0
ファイル: CMP.py プロジェクト: jingyi2811/station-software
 def __init__(self, message):
     """Proceed to unpack the message."""
     # invoke constructor of parent class
     HiSparc2Event.__init__(self, message)