jnlj

Dependencies:   mbed-rtos mbed

Fork of TFOX_CDMS_VR_1_0_WORKING by Team Fox

Revision:
0:d6e3d1e21484
Child:
7:4f17f1afe95e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TC.h	Mon Jun 15 12:16:59 2015 +0000
@@ -0,0 +1,12 @@
+uint8_t telemetry_type2[13],telemetry_type1[130];      //two types of telemetry possible
+uint8_t long_memory_block_tm[128],crc_tm[2];   //  tmlmb
+uint8_t frmseqcnt_fileheadpointer_tm,multi_obsrs_tm_packets[127]; // tm obsrs
+uint8_t tc_liservice_type_packet1_tm[9],tc_liservice_type_packet2_tm[9]; // tm tc_liservice_type 
+uint8_t crc1_tm[2],crc2_tm[2];  // tm flash_crc
+uint8_t tmid1_spr_tm=0xA0,tc_exec_tm,tc_service_typeatus_tm,pac_seq_cnt_of_tc_tm[8]; // tm ack_l1
+uint8_t tmid2_spr_tm=0xB0,tc_pac_seq_cnt_tm,tm_pac_seq_cnt_tm,ackcode_tm; // tm ack_l234
+uint8_t tmid3_spr_tm=0xC0,small_memory_block_tm[7]; // tm smb
+uint8_t tmid4_spr_tm=0xD0,func_mngmt_service_tm[8]; // tm func_mngmt_service_tm
+uint8_t apid_size,pac_seq_cnt,apid,long_or_short=1,service_type,sub_service_type; //All variable used TC 
+uint8_t sd_data[512],sd_read_data[512];
+int TM_SD_BLOCK_NUMBER = 1;
\ No newline at end of file