9 startIts = QDateTime(QDate(2004, 1, 1));
21 QDateTime current = QDateTime::currentDateTimeUtc();
quint64 getTimestamp()
getTimestamp Get ITS timestamp from system timestamp.
HeadingValue_t headingValue
FakeGPSProvider & operator=(const FakeGPSProvider &other)
operator= Affectation operator.
void positionChanged()
positionChanged Signal used when GPS position change.
AltitudeValue_t altitudeValue
void changeSpeed(quint16 speed)
changeSpeed Change the speed.
void changePosition(qint32 deltaLatitude, qint32 deltaLongitude, qint8 deltaAltitude)
changePosition Change the GPS position.
FakeGPSProvider(QMutex *mutex=nullptr)
FakeGPSProvider FakeGPSProvider constructor.
void changeHeading(quint16 heading)
changeHeading Change the heading.
ReferencePosition_t m_referencePosition
GPS provider for testing purposes.