Advanced Settings Panel
[pierogi] / protocols / pirprotocol.h
index e5b32c9..d59952b 100644 (file)
@@ -49,6 +49,16 @@ public:
     unsigned int gSpace,
     bool iclflag);
 
+  unsigned int getCarrierFrequency() const;
+
+  void setCarrierFrequency(
+    unsigned int cf);
+
+  unsigned int getDutyCycle() const;
+
+  void setDutyCycle(
+    unsigned int dc);
+
   void addKey(
     PIRKeyName key,
     unsigned long data,
@@ -77,6 +87,11 @@ public:
     unsigned int addressData,
     unsigned int commandData);
 
+  void addPanOldKey(
+    PIRKeyName key,
+    unsigned int addressData,
+    unsigned int commandData);
+
   void addPioneerKey(
     PIRKeyName key,
     unsigned int firstAddress,
@@ -106,12 +121,6 @@ public:
     unsigned int firstCommand,
     unsigned int secondCommand);
 
-  void setCarrierFrequency(
-    unsigned int freq);
-
-  void setDutyCycle(
-    unsigned int dc);
-
   void setMinimumRepetitions(
     unsigned int minrep);