Interim Update
[pierogi] / keysets / octagon.h
diff --git a/keysets/octagon.h b/keysets/octagon.h
new file mode 100644 (file)
index 0000000..98010d1
--- /dev/null
@@ -0,0 +1,38 @@
+#ifndef OCTAGON_H
+#define OCTAGON_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class OctagonSat1: public PIRKeysetMetaData
+{
+public:
+  OctagonSat1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class OctagonSat1a: public OctagonSat1
+{
+public:
+  OctagonSat1a(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class OctagonSat2: public PIRKeysetMetaData
+{
+public:
+  OctagonSat2(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // OCTAGON_H