30 #ifndef QTFIT_DEVELOPERDATAIDMESSAGE_H
31 #define QTFIT_DEVELOPERDATAIDMESSAGE_H
45 quint8 developerId()
const;
46 quint8 applicationId()
const;
48 quint8 developerDataIndex()
const;
49 quint32 applicationVersion()
const;
51 void setDeveloperId(
const quint8 developerId);
52 void setApplicationId(
const quint8 applicationId);
53 void setManufacturerId(
const Manufacturer manufacturerId);
54 void setDeveloperDataIndex(
const quint8 developerDataIndex);
55 void setApplicationVersion(
const quint32 applicationVersion);
#define QTFIT_EXPORT
QtFit library export/import macro.
#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 AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
The DeveloperDataIdMessage class represents a FIT DeveloperDataIdMessage data message.
Manufacturer
Garmin FIT Manufacturer type.