Elaboradar  0.1

◆ fname_out_pp_bloc()

std::string elaboradar::Assets::fname_out_pp_bloc ( const char *  suffix) const
protected

Compute the file name of a date/time based file in $DIR_OUT_PP_BLOC.

Definizione alla linea 189 del file assets.cpp.

190 {
191  const char* dir = getenv("DIR_OUT_PP_BLOC");
192  if (!dir) throw runtime_error("DIR_OUT_PP_BLOC is not set");
193 
194  char fname[1024];
195  sprintf(fname, "%s/%04d%02d%02d%02d%02d%s", dir,
196  conf_year, conf_month, conf_day, conf_hour, conf_minute, suffix);
197 
198  return fname;
199 }

Referenziato da load_first_level_bb_bloc(), load_first_level_bb_el(), read_file_hray(), e read_file_hray_inf().