#ifndef CONSTANTS_H #define CONSTANTS_H constexpr auto PC_MODULE_ID = 1; constexpr auto MAX_BUFFER_SIZE = 1024; #endif // CONSTANTS_H