//DATABASES //In this project we'll use several databases, they will be stored in resources folder. //The Database Structure we hold in this project: // RES - main folder ////CFG_MANPAR; - static managed parameters, applicable throughout whole project. //// GROUND - ground databases folder ////// DB_G_SAS; - all possible SAs Database, stored on ground ////// DB_S_SAS_GCopy; - individual Scraft SA Database, stored on the ground for validation with space DB ////// DB_S_KBLCKS_GCopy; - individual Scraft KeyBlocks Database, stored on the ground for validation //// SPACE - space databases folder ////// DB_S_SAS; - Scraft SA Database, containing SAs, with their corresponding SPIs, and SA-data ////// DB_S_KBLCKS; - Scraft Keyblock Database, containing KeyIds, Keys, and their Status //// INPUTS - inputs for test functions ////// IN_KMP_OTAR; ////// IN_KMP_KeyInventory; ////// IN_KMP_KeyDeactivation; ////// IN_KMP_KeyActivation; ////// IN_KMP_KeyDestruction; ////// IN_KMP_KeyVerification; ////// IN_KMP_KeyInventory; ////// IN_SAP_StartSA; ////// IN_SAP_StopSA; ////// IN_SAP_RekeySA; ////// IN_SAP_ExpireSA; ////// IN_SAP_CreateSA; ////// IN_SAP_DeleteSA; ////// IN_SAP_SetARSNumber; ////// IN_SAP_SetARSNWindow; ////// IN_SAP_SAStatusRequest; ////// IN_SAP_ReadARSNumber;