hk

Dependencies:   mbed-rtos mbed

Fork of vr1_0CDMS_1_0 by Team Fox

TC.h

Committer:
pradeepvk2208
Date:
2015-06-16
Revision:
6:1f8dbe33c66a
Parent:
0:d6e3d1e21484

File content as of revision 6:1f8dbe33c66a:

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;