Advanced Settings Panel
[pierogi] / protocols / spaceprotocol.h
index 1b9982c..c2f4911 100644 (file)
@@ -2,7 +2,8 @@
 #define SPACEPROTOCOL_H
 
 #include "pirprotocol.h"
-#include "pirrx51hardware.h"
+
+class PIRRX51Hardware;
 
 // This class supports the generic (LIRC-based) space encoded IR protocol.
 // It is intended to support all other space-based protocols through
@@ -34,6 +35,10 @@ protected:
     const CommandSequence &bits,
     PIRRX51Hardware &device);
 
+  int pushInvertedBits(
+    const CommandSequence &bits,
+    PIRRX51Hardware &device);
+
   int pushInvertedReverseBits(
     const CommandSequence &bits,
     PIRRX51Hardware &device);