Exemple #1
0
 public static List <int> SearchTemp(DateTime from, DateTime to)
 {
     return(DataCentre.ToTempList(DataCentre.GetDateRange(from, to)));
 }
Exemple #2
0
 public static List <float> SearchFlow(DateTime from, DateTime to)
 {
     return(DataCentre.ToFlowList(DataCentre.GetDateRange(from, to)));
 }
Exemple #3
0
 public static List <string> SearchTime(DateTime from, DateTime to)
 {
     return(DataCentre.ToDateStringList(DataCentre.GetDateRange(from, to)));
 }
Exemple #4
0
 public static List <List <Signal> > SearchTimeLists(DateTime from, DateTime to)
 {
     return(DataCentre.GetMinuteLists((DataCentre.GetDateRange(from, to))));
 }
Exemple #5
0
 public static List <float> SearchPressure(DateTime from, DateTime to)
 {
     return(DataCentre.ToPressureList(DataCentre.GetDateRange(from, to)));
 }