Mobile QR Code
Title Design of Container Module for Stable Multi-thread Processing of Radar SW
Authors 박진수(Jin-Soo Park)
DOI https://doi.org/10.5573/ieie.2024.61.3.121
Page pp.121-124
ISSN 2287-5026
Keywords Radar; STL; Container; Software design; Module design
Abstract Radar SW requires more and more functions every year, and it must stably process multiple request items while ensuring real-time and concurrency. At this time, the STL container which is commonly used to exchange request items between threads, may experience performance degradation and memory leaks when handling large amounts of data or when request item types vary. Therefore, we present an optimized memory management technology by designing a container module suitable for the multi-thread processing SW structure. Also, it shows result of verifying the processing performance and stability.