From cc6756522c72e4e45c2d8a22e9e4873f6d3e5ad5 Mon Sep 17 00:00:00 2001 From: grasci <86058054+grasci-arm@users.noreply.github.com> Date: Wed, 15 May 2024 13:09:20 +0100 Subject: [PATCH] [RteModel] Improve support for csolution pdsc element --- libs/rtemodel/include/RteModel.h | 22 ++++------------- libs/rtemodel/include/RtePackage.h | 24 ------------------- libs/rtemodel/src/RteModel.cpp | 20 ++++++---------- .../RteTest_DFP/0.2.0/ARM.RteTest_DFP.pdsc | 9 +++++++ .../0.2.0/Templates/board1.csolution.yml | 6 +++++ .../0.2.0/Templates/board2.csolution.yml | 6 +++++ .../0.2.0/Templates/board3.csolution.yml | 6 +++++ 7 files changed, 39 insertions(+), 54 deletions(-) create mode 100644 test/packs/ARM/RteTest_DFP/0.2.0/Templates/board1.csolution.yml create mode 100644 test/packs/ARM/RteTest_DFP/0.2.0/Templates/board2.csolution.yml create mode 100644 test/packs/ARM/RteTest_DFP/0.2.0/Templates/board3.csolution.yml diff --git a/libs/rtemodel/include/RteModel.h b/libs/rtemodel/include/RteModel.h index ae4d14f7e..f6fca0c2e 100644 --- a/libs/rtemodel/include/RteModel.h +++ b/libs/rtemodel/include/RteModel.h @@ -530,26 +530,16 @@ class RteModel : public RteItem */ void InsertPack(RtePackage* package); - /** - * @brief get collection of filtered elements collected from the packs - * @return list of pointers RteItem representing cimage elements - */ - const Collection& GetImageDescriptors() const { return m_imageDescriptors; } /** * @brief get collection of filtered elements collected from the packs * @return list of pointers RteItem representing clayer elements */ const Collection& GetLayerDescriptors() const { return m_layerDescriptors; } /** - * @brief get collection of filtered elements collected from the packs - * @return list of pointers RteItem representing cproject elements - */ - const Collection& GetProjectDescriptors() const { return m_projectDescriptors; } - /** - * @brief get collection of filtered elements collected from the packs - * @return list of pointers RteItem representing csolution elements + * @brief get collection of filtered