Searched refs:readings (Results 1 – 4 of 4) sorted by relevance
36 std::vector<std::pair<float, float>> readings; member73 waveformDataList[i].readings.resize(recvReadingsCountList[i]); in DeSerializeWaveformData()75 for (auto& reading : waveformDataList[i].readings) { in DeSerializeWaveformData()
56 std::vector<std::pair<float, float>> readings; member70 waveformDataList[i].readings.resize(recvReadingsCountList[i]); in DeSerializeWaveformData()72 for (auto& reading : waveformDataList[i].readings) { in DeSerializeWaveformData()128 for(auto& reading : waveformDataList[i].readings) { in DataFrameValidator()
206 * Maximum number of readings (points on waveform) provided per sensor in324 * timeOfFlight readings are future-deltas to this timestamp.348 * List of the number of readings corresponding to each ultrasonics sensor in349 * the receiversIdList. Order of the readings count must match the order in358 * Each waveform is represented by a number of readings, which are sample359 * points on the waveform. The number of readings for each waveform is as365 * The structure of shared memory (example with 2 waveforms, each with 2 readings):374 * Note: All readings and waveforms are contigious with no padding.
79 std::vector<std::pair<float, float>> readings; member90 for (auto& reading : waveformData.readings) { in SerializeWaveformData()