fprime/default/config/CRCCheckerConfig.hpp
2025-09-10 15:02:07 -07:00

15 lines
482 B
C++

// ======================================================================
// \title CRCCheckerConfig.hpp
// \brief Configuration file for CRCChecker module
// ======================================================================
#ifndef CONFIG_CRC_CHECKER_CONFIG_HPP
#define CONFIG_CRC_CHECKER_CONFIG_HPP
#include <Fw/FPrimeBasicTypes.hpp>
// Default block size used when reading files for CRC calculation
constexpr FwSignedSizeType CONFIG_CRC_FILE_READ_BLOCK = 2048;
#endif