Beispiel #1
0
        private List <Sensor> InitDeterministicCollection(string path)
        {
            var collection = SensorCollection.ReadFromFile(path);

            return(collection.List);
        }
Beispiel #2
0
 public SensorCollection(SensorCollection sensorCollection)
 {
     this.Settings = sensorCollection.Settings;
     this.Parent   = sensorCollection.Parent;
     this.List     = sensorCollection.List;
 }