From 3b9df4adda93f46ed2e88dbdfd5bf19f6020000a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 15 Sep 2022 14:20:36 +0200 Subject: [PATCH] second file test for larger file --- bsp_hosted/core/ObjectFactory.cpp | 12 ++++++------ tmtc/.idea/runConfigurations/CFDP_Test.xml | 2 +- tmtc/filetest/cfdp_test.txt | 1 + tmtc/filetest/obsw_update.bin | Bin 0 -> 489128 bytes 4 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 tmtc/filetest/cfdp_test.txt create mode 100644 tmtc/filetest/obsw_update.bin diff --git a/bsp_hosted/core/ObjectFactory.cpp b/bsp_hosted/core/ObjectFactory.cpp index 2e11f38..c89d775 100644 --- a/bsp_hosted/core/ObjectFactory.cpp +++ b/bsp_hosted/core/ObjectFactory.cpp @@ -53,20 +53,20 @@ void ObjectFactory::produce(void* args) { StorageManagerIF* tmStore = nullptr; #if OBSW_ADD_CORE_COMPONENTS == 1 { - LocalPool::LocalPoolConfig poolCfg = {{16, 100}, {32, 50}, {64, 40}, - {128, 30}, {1024, 20}, {2048, 10}}; + LocalPool::LocalPoolConfig poolCfg = {{100, 16}, {50, 32}, {40, 64}, + {30, 128}, {20, 1024}, {10, 2048}}; tcStore = new PoolManager(objects::TC_STORE, poolCfg); } { - LocalPool::LocalPoolConfig poolCfg = {{16, 100}, {32, 50}, {64, 40}, - {128, 30}, {1024, 20}, {2048, 10}}; + LocalPool::LocalPoolConfig poolCfg = {{100, 16}, {50, 32}, {40, 64}, + {30, 128}, {20, 1024}, {10, 2048}}; tmStore = new PoolManager(objects::TM_STORE, poolCfg); } { - LocalPool::LocalPoolConfig poolCfg = {{16, 100}, {32, 50}, {64, 40}, - {128, 30}, {1024, 20}, {2048, 10}}; + LocalPool::LocalPoolConfig poolCfg = {{100, 16}, {50, 32}, {40, 64}, + {30, 128}, {20, 1024}, {10, 2048}}; new PoolManager(objects::IPC_STORE, poolCfg); } TmFunnel* funnel; diff --git a/tmtc/.idea/runConfigurations/CFDP_Test.xml b/tmtc/.idea/runConfigurations/CFDP_Test.xml index 43d5c02..f5732da 100644 --- a/tmtc/.idea/runConfigurations/CFDP_Test.xml +++ b/tmtc/.idea/runConfigurations/CFDP_Test.xml @@ -13,7 +13,7 @@