Пример #1
0
 def __init__(self, inputStream, outputStream, options):
     Common.__init__(self, inputStream, outputStream, options)
     self.rcBuffer = 0
     self.rcRange = 0x7fffffff
     self.xFFRunLength = 0
     self.lastOutputByte = 0
     self.delay = False
     self.carry = False
Пример #2
0
 def __init__(self, inputStream, outputStream, options):
     Common.__init__(self, inputStream, outputStream, options)
     self.rcBuffer = 0
     self.rcRange = 0x7fffffff
     self.xFFRunLength = 0
     self.lastOutputByte = 0
     self.delay = False
     self.carry = False
Пример #3
0
 def __init__(self, inputStream, outputStream, options):
     Common.__init__(self, inputStream, outputStream, options)
     self.started = False
     self.nextHighBit = 0
     self.rcBuffer = 0
     self.rcRange = 0
Пример #4
0
 def __init__(self, inputStream, outputStream, options):
     Common.__init__(self, inputStream, outputStream, options)
     self.started = False
     self.nextHighBit = 0
     self.rcBuffer = 0
     self.rcRange = 0