TMTC Refactoring #276

Merged
muellerr merged 64 commits from mueller/tmtc-stack-refactoring into develop 2022-08-24 16:52:23 +02:00
Showing only changes of commit 0c9018c0c9 - Show all commits

View File

@ -91,7 +91,9 @@ static const uint16_t LENGTH_TC_MEM_WRITE = 12;
static const uint16_t LENGTH_TC_MEM_READ = 8;
/**
* TODO: Might be a good idea to document where this is coming from
* Maximum SP packet size as specified in the TAS Supversior ICD.

https://eive-cloud.irs.uni-stuttgart.de/index.php/apps/files/?dir=/EIVE_TAS-ILH-IRS/ICD-PLOC/TAS&fileid=942896

  • doc: MIND-ICD-TASD-004_v1.14_Annex_TMTC_ICD_TAS_Supervisor_SW_Release_V2.04.final.XLSX
  • sheet: Readme
https://eive-cloud.irs.uni-stuttgart.de/index.php/apps/files/?dir=/EIVE_TAS-ILH-IRS/ICD-PLOC/TAS&fileid=942896 * doc: MIND-ICD-TASD-004_v1.14_Annex_TMTC_ICD_TAS_Supervisor_SW_Release_V2.04.final.XLSX * sheet: Readme

Thanks, replaced TODO with the information

Thanks, replaced TODO with the information
* https://eive-cloud.irs.uni-stuttgart.de/index.php/apps/files/?dir=/EIVE_TAS-ILH-IRS/ICD-PLOC/TAS&fileid=942896
* at sheet README
*/
static constexpr size_t SP_MAX_SIZE = 1024;
static const size_t MAX_REPLY_SIZE = SP_MAX_SIZE * 3;