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