1 #pragma once 2 #include <string> 3 4 inline static const std::string hostInstances = @INSTANCES@; 5 6 inline static const size_t postCodeSize = @POST_CODE_BYTES@; 7 8 inline static const size_t debugCardFrameSize = @DEBUG_CARD_FRAME_SIZE@; 9