pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
103:b55559925dc1
Parent:
102:80c911a6e736
Child:
125:a3b95a9c16ef
--- a/Structures.h	Fri Jan 29 17:09:41 2016 +0000
+++ b/Structures.h	Fri Jan 29 17:36:10 2016 +0000
@@ -138,4 +138,34 @@
     }
     
     ~Short_tm(){}
-};
\ No newline at end of file
+};
+
+
+// CDMS HK
+
+#define tstart -40
+#define tstep   8            //to be finalized by thermal team
+#define tstart_thermistor -40
+#define tstep_thermistor 8
+
+typedef struct CDMS_HK_actual
+{
+    float temp_actual[16];
+    float CDMS_temp_actual;
+   
+}CDMS_HK_actual;
+
+typedef struct CDMS_HK_quant
+{
+    char temp_quant[16];
+    char CDMS_temp_quant;
+   
+}CDMS_HK_quant;
+
+typedef struct CDMS_HK_min_max
+{
+    char temp_max[16];
+    char temp_min[16];
+    char CDMS_temp_min;
+    char CDMS_temp_max;
+}CDMS_HK_min_max;
\ No newline at end of file