Return first_elev file name.
- Parametri
-
- Restituisce
- first_elev file name [char *]
Implementa elaboradar::Site.
Definizione alla linea 122 del file site.cpp.
124 if (1 <= month && month <= 3)
126 return (
datipath+
"FIRST_LEVEL_SPC_2006_INV").c_str();
127 else if (4 <= month && month <= 9)
129 return (
datipath+
"FIRST_LEVEL_SPC_2006_PRI-EST").c_str();
132 return (
datipath+
"FIRST_LEVEL_SPC_2006_AUT").c_str();
std::string datipath
Path mappe statiche e dati fuzzy logic.