summaryrefslogtreecommitdiff
path: root/tests/auto/utils/qlocationtestutils_p.h
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2021-02-12 16:47:06 +0100
committerIvan Solovev <ivan.solovev@qt.io>2021-02-23 18:07:31 +0100
commit23b13b948d6bded719eae1b30e9bbd952fc698b8 (patch)
treeeae50c07cf907b3123807ce597e8c84a4e19a017 /tests/auto/utils/qlocationtestutils_p.h
parent3c77233c652ef029b8cafe9314e5d6401fa52196 (diff)
downloadqtlocation-23b13b948d6bded719eae1b30e9bbd952fc698b8.tar.gz
QNmeaSatelliteInfoSource: add support for TCP socket and file
Refactor QNmeaSatelliteInfoSource to support both simulation and realtime modes. Extend NMEA plugin docs. Task-number: QTBUG-90491 Change-Id: Ie7298eb864ed2c8eab3a9b5e4b003f21a7a0cbf2 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tests/auto/utils/qlocationtestutils_p.h')
-rw-r--r--tests/auto/utils/qlocationtestutils_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/utils/qlocationtestutils_p.h b/tests/auto/utils/qlocationtestutils_p.h
index fec8d164..77c3a394 100644
--- a/tests/auto/utils/qlocationtestutils_p.h
+++ b/tests/auto/utils/qlocationtestutils_p.h
@@ -48,6 +48,8 @@ namespace QLocationTestUtils
QString createGsvSentence();
QString createGsaLongSentence();
QString createGsvLongSentence();
+ QString createGsaVariableSentence(quint8 satId);
+ QString createGsvVariableSentence(quint8 satId);
//The purpose of compareEquality() is to test equality
//operators where it is expected that A == B.