/** * Commonly used types */ #ifndef REKUPERATOR_RECUP_TYPES_H #define REKUPERATOR_RECUP_TYPES_H #include typedef float cels_t; typedef uint16_t perc_t; typedef uint16_t secs_t; typedef uint16_t hours_t; #endif //REKUPERATOR_RECUP_TYPES_H