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:
aniruddhv
Date:
Tue Jan 05 10:59:56 2016 +0000
Parent:
21:d7f6c28707d8
Child:
23:c89376564196
Child:
38:ce72cc56b85d
Commit message:
Included Debugging printf

Changed in this revision

COM_MNG_TMTC.h Show annotated file Show diff for this revision Revisions of this file
COM_POWER_ON_TX.h Show annotated file Show diff for this revision Revisions of this file
--- a/COM_MNG_TMTC.h	Tue Jan 05 10:27:16 2016 +0000
+++ b/COM_MNG_TMTC.h	Tue Jan 05 10:59:56 2016 +0000
@@ -671,7 +671,7 @@
                                 /*SKIP EXECUTION OF OBOSC HERE*/\
                             }\
                             else{\
-                                /*gPC.printf("cdms relay tmtc at %u\r\n", execute_psc);*/\
+                                gPC.printf("cdms relay tmtc at %u\r\n", execute_psc);\
                                 /*call CDMS_RLY_TMTC*/\
                                 /*CDMS_RLY_TMTC(current_TC, put_tm_here);*/\
                             }\
@@ -684,6 +684,7 @@
                                 PUTexec_status(current_TC, temp16);\
                             }\
                             else{\
+                                gPC.puts("TC_STATE_EXECUTION_FAILED");\
                                 uint16_t temp16 = TC_STATE_EXECUTION_FAILED;\
                                 PUTexec_status(current_TC, temp16);\
                             }\
@@ -739,8 +740,9 @@
                                 else{\
                                     length = TM_LONG_SIZE;\
                                 }\
+                                gPC.puts("Printing Call Sign, ACK_L1, TM list");\
                                 for(int i = 0 ; i < length ; ++i){\
-                                   /* gPC.putc(tm_ptr->TM_string[i]);*/\
+                                    gPC.putc(tm_ptr->TM_string[i]);\
                                 }\
                                 tm_ptr = tm_ptr->next_TM;\
                             }\
--- a/COM_POWER_ON_TX.h	Tue Jan 05 10:27:16 2016 +0000
+++ b/COM_POWER_ON_TX.h	Tue Jan 05 10:59:56 2016 +0000
@@ -79,6 +79,7 @@
             else{\
                 length = TM_LONG_SIZE;\
             }\
+            gPC.puts("Printing Call Sign, ACK_L1, TC_LIST inside COM_POWER_ON\r\n");\
             for(int i = 0 ; i < length ; ++i){\
                 gPC.putc(power_on_tm->TM_string[i]);\
             }\