vr1.1

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of CDMS_RTOS_v1_1 by Team Fox

Revision:
12:cb3ee1ac3638
Parent:
11:d6dc9074075b
Child:
13:ba5dca9e18d8
--- a/Flags.h	Mon Jul 06 06:25:14 2015 +0000
+++ b/Flags.h	Mon Jul 06 10:31:29 2015 +0000
@@ -28,5 +28,27 @@
 #define SD_GET_BLOCK_FAIL           0x0000000000000100
 #define SD_WR_FAIL                  0x0000000000000200
 #define SD_RD_STATUS                0x0000000000000400
-#define SD_BLOCK_RD_FAIL            0x0000000000000800      
-/*End*/
\ No newline at end of file
+#define SD_RD_FAIL                  0x0000000000000800      
+/*End*/
+
+/*SCIENCE*/
+#define PL_SCIENCE_STATUS                         0x0000000000000001
+#define PL_FRAME_SIZE_CORRECT                     0x0000000000000002
+#define TIME_ELAPSED_LAST_SRP_INTERVAL_HIGH       0x0000000000000008
+#define TIME_ELAPSED_LAST_SRP_INTERVAL_LOW        0x0000000000000010
+#define IS_PL_FRAME_SIZE_CORRECT                  0x0000000000000010
+#define IS_FIRST_TIME_SC_DATA                     0x0000000000000010 
+/*End*/
+
+/*TC_TM*/
+#define CDMS_TC_TM_STATUS                         0x0000000000000001
+#define BAE_TC_STATUS                             0x0000000000000002
+#define PL_TC_STATUS                              0x0000000000000004 
+#define CDMS_TC_STATUS                            0x0000000000000008 
+#define TC_I2C_BAE_STATUS                         0x0000000000000010
+#define TC_I2C_PL_STATUS                          0x0000000000000020
+#define TC_BAE_I2C_ERR                            0x0000000000000040
+#define TC_PL_I2C_ERR                             0x0000000000000080   
+#define TX_TM_STATUS                              0x0000000000000100
+#define TX_TM_ERROR                               0x0000000000000200 
+/*End*/  
\ No newline at end of file