30 #ifndef QTFIT_DIVEALARMMESSAGE_H
31 #define QTFIT_DIVEALARMMESSAGE_H
46 quint32 depth()
const;
54 void setDepth(
const quint32 depth);
55 void setTime(
const qint32 time);
56 void setEnabled(
const bool enabled);
58 void setSound(
const Tone sound);
59 void setDiveTypes(
const SubSport diveTypes);
#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 DiveAlarmMessage class represents a FIT DiveAlarmMessage data message.
Tone
Garmin FIT Tone type.
DiveAlarmType
Garmin FIT DiveAlarmType type.
MessageIndex
Garmin FIT MessageIndex type.
SubSport
Garmin FIT SubSport type.