I have following structs and vars defined in the header profile.h:struct profile_segment {
short start_second_;
short end_second_;
char slope_;
};
struct profile {
const char* name_;
short duration_seconds_;
short max_temp_;
short min_temp_;
str..
↧