D | GnssAntennaInfo.cpp | 27 using Row = IGnssAntennaInfoCallback::Row; typedef 78 Row{std::vector<double>{1, -1, 5, -2, 3, -1}}, in start() 79 Row{std::vector<double>{-2, 3, 2, 0, 1, 2}}, in start() 80 Row{std::vector<double>{1, 3, 2, -1, -3, 5}}, in start() 84 Row{std::vector<double>{0.1, 0.2, 0.4, 0.1, 0.2, 0.3}}, in start() 85 Row{std::vector<double>{0.3, 0.2, 0.3, 0.6, 0.1, 0.1}}, in start() 86 Row{std::vector<double>{0.1, 0.1, 0.4, 0.2, 0.5, 0.3}}, in start() 90 Row{std::vector<double>{2, -3, 1, -3, 0, -4}}, in start() 91 Row{std::vector<double>{1, 0, -4, 1, 3, -2}}, in start() 92 Row{std::vector<double>{3, -2, 0, -2, 3, 0}}, in start() [all …]
|