Searched defs:PredictorSensorInfo (Results 1 – 1 of 1) sorted by relevance
48 struct PredictorSensorInfo { struct49 std::string sensor_name;50 int sample_duration;51 int num_out_samples;52 std::vector<PredictionSample> samples;53 int cur_index;