Esempio n. 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
Esempio n. 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
Esempio n. 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
Esempio n. 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