Changes: bbram Checking Function Registers Checking Funcrtion Indivisual Register checking Functions

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Fri Jan 15 10:01:45 2016 +0000
Parent:
57:bf998cb2a104
Child:
61:15a5dfe84945
Commit message:
Printing OBOSC TM, testing left, use revision 56 for other testings

Changed in this revision

COM_MNG_TMTC.h Show annotated file Show diff for this revision Revisions of this file
COM_SND_TM.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/COM_MNG_TMTC.h	Fri Jan 15 08:59:09 2016 +0000
+++ b/COM_MNG_TMTC.h	Fri Jan 15 10:01:45 2016 +0000
@@ -10,8 +10,6 @@
 //added RLY_TMTC function
 //added included related files
 
-#define print_in_snd_tm 1
-
 #include "pinconfig.h"
 #include "i2c.h"
 #include "Flash.h"
@@ -1230,8 +1228,8 @@
                                 }\
                                 obosc_tm_current = obosc_tm_current->next_TM;\
                             }\
-                            /*snd_tm.head_pointer(obosc_tm_head);*/\
-                            /*adf_not_SDcard();*/\
+                            snd_tm.head_pointer(obosc_tm_head);\
+                            adf_not_SDcard();\
                             /*DELETE THE TM AFTER USE*/\
                             obosc_tm_current = obosc_tm_head;\
                             int overCount = 0;\
@@ -1303,7 +1301,8 @@
                             }\
                             tm_ptr = tm_ptr->next_TM;\
                         }\
-                        /*snd_tm.head_pointer(tm_ptr_head);*/\
+                        snd_tm.head_pointer(tm_ptr_head);\
+                        adf_not_SDcard;\
                         /*DELETE THE TM AFTER USE*/\
                         tm_ptr = tm_ptr_head;\
                         int overflowCountExecute = 0;\
--- a/COM_SND_TM.h	Fri Jan 15 08:59:09 2016 +0000
+++ b/COM_SND_TM.h	Fri Jan 15 10:01:45 2016 +0000
@@ -231,7 +231,7 @@
         DS_state = !DS_state;\
         if (DS_f){\
             DS_f = false;\
-            if(print_in_snd_tm == 1);\
+            if(print_in_snd_tm == 1)\
             print_tm(ptr);\
             exor(ptr);\
             convolution(ptr);\
--- a/main.cpp	Fri Jan 15 08:59:09 2016 +0000
+++ b/main.cpp	Fri Jan 15 10:01:45 2016 +0000
@@ -1,5 +1,7 @@
 // TESTING PUSH PULL IN MAIN CPP
 
+#define print_in_snd_tm 1
+
 #include "mbed.h"
 #include "rtos.h"
 #include "mbed_debug.h"