New GUI, many changes
[pierogi] / keysets / viewsat.h
diff --git a/keysets/viewsat.h b/keysets/viewsat.h
new file mode 100644 (file)
index 0000000..312e286
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef VIEWSAT_H
+#define VIEWSAT_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class ViewsatSat1: public PIRKeysetMetaData
+{
+public:
+  ViewsatSat1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class ViewsatSat1a: public ViewsatSat1
+{
+public:
+  ViewsatSat1a(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // VIEWSAT_H