vr1.1

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of CDMS_RTOS_v1_1 by Team Fox

Committer:
cholletisaik777
Date:
Fri Jul 17 06:35:40 2015 +0000
Revision:
16:7428828a5da2
Parent:
12:cb3ee1ac3638
COM INTEGRATION

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cholletisaik777 0:d6e3d1e21484 1 uint8_t telemetry_type2[13],telemetry_type1[130]; //two types of telemetry possible
cholletisaik777 0:d6e3d1e21484 2 uint8_t long_memory_block_tm[128],crc_tm[2]; // tmlmb
cholletisaik777 0:d6e3d1e21484 3 uint8_t frmseqcnt_fileheadpointer_tm,multi_obsrs_tm_packets[127]; // tm obsrs
cholletisaik777 0:d6e3d1e21484 4 uint8_t tc_liservice_type_packet1_tm[9],tc_liservice_type_packet2_tm[9]; // tm tc_liservice_type
cholletisaik777 0:d6e3d1e21484 5 uint8_t crc1_tm[2],crc2_tm[2]; // tm flash_crc
cholletisaik777 0:d6e3d1e21484 6 uint8_t tmid1_spr_tm=0xA0,tc_exec_tm,tc_service_typeatus_tm,pac_seq_cnt_of_tc_tm[8]; // tm ack_l1
cholletisaik777 0:d6e3d1e21484 7 uint8_t tmid2_spr_tm=0xB0,tc_pac_seq_cnt_tm,tm_pac_seq_cnt_tm,ackcode_tm; // tm ack_l234
cholletisaik777 0:d6e3d1e21484 8 uint8_t tmid3_spr_tm=0xC0,small_memory_block_tm[7]; // tm smb
cholletisaik777 0:d6e3d1e21484 9 uint8_t tmid4_spr_tm=0xD0,func_mngmt_service_tm[8]; // tm func_mngmt_service_tm
cholletisaik777 0:d6e3d1e21484 10 uint8_t apid_size,pac_seq_cnt,apid,long_or_short=1,service_type,sub_service_type; //All variable used TC
cholletisaik777 0:d6e3d1e21484 11 uint8_t sd_data[512],sd_read_data[512];
cholletisaik777 12:cb3ee1ac3638 12 int TM_SD_BLOCK_NUMBER = 1;
cholletisaik777 12:cb3ee1ac3638 13 uint64_t CDMS_TC_TM_FLAG;