29 #ifndef QTFIT_SOFTWAREMESSAGE_P_H
30 #define QTFIT_SOFTWAREMESSAGE_P_H
61 bool setField(
const int fieldId,
const QByteArray &data,
62 const FitBaseType baseType,
const bool bigEndian)
override;
#define QTFIT_END_NAMESPACE
Macro for ending the QtFit library's top-most namespace (if one is defined).
#define QTFIT_BEGIN_NAMESPACE
Macro for starting the QtFit library's top-most namespace (if one is defined).
Declares the AbstractDataMessagePrivate class.
quint16 version
The SoftwareMessage FIT message's version field.
bool setField(const int fieldId, const QByteArray &data, const FitBaseType baseType, const bool bigEndian) override
QString partNumber
The SoftwareMessage FIT message's partNumber field.
virtual ~SoftwareMessagePrivate()
MessageIndex messageIndex
The SoftwareMessage FIT message's messageIndex field.
The SoftwareMessage class represents a FIT SoftwareMessage data message.
FitBaseType
Garmin FIT FitBaseType type.
MessageIndex
Garmin FIT MessageIndex type.