pl ack in tmtc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by shubham c

Revision:
103:b55559925dc1
Parent:
101:bece931236a2
Child:
113:b8991d9e3b6c
--- a/DefinitionsAndGlobals.h	Fri Jan 29 17:09:41 2016 +0000
+++ b/DefinitionsAndGlobals.h	Fri Jan 29 17:36:10 2016 +0000
@@ -167,4 +167,10 @@
 uint8_t gPAYLOAD_BUFFER[PAYLOAD_BUFFER_LENGTH];
 
 // CALL SIGN TM
-const uint8_t gCALL_SIGN_STRING[TM_SHORT_SIZE] = {0xE0, 0x00, 0x00, 0x00, 0x56, 0x55, 0x32, 0x4E, 0x43, 0x46, 0x00, 0xAC, 0x11};
\ No newline at end of file
+const uint8_t gCALL_SIGN_STRING[TM_SHORT_SIZE] = {0xE0, 0x00, 0x00, 0x00, 0x56, 0x55, 0x32, 0x4E, 0x43, 0x46, 0x00, 0xAC, 0x11};
+
+// CDMS HK
+CDMS_HK_actual actual_data;
+CDMS_HK_quant quant_data;
+CDMS_HK_min_max min_max_data;
+bool firstCount=true;
\ No newline at end of file