30 #ifndef QTFIT_CONNECTIVITYMESSAGE_H
31 #define QTFIT_CONNECTIVITYMESSAGE_H
45 bool bluetoothEnabled()
const;
46 bool bluetoothLeEnabled()
const;
47 bool antEnabled()
const;
49 bool liveTrackingEnabled()
const;
50 bool weatherConditionsEnabled()
const;
51 bool weatherAlertsEnabled()
const;
52 bool autoActivityUploadEnabled()
const;
53 bool courseDownloadEnabled()
const;
54 bool workoutDownloadEnabled()
const;
55 bool gpsEphemerisDownloadEnabled()
const;
56 bool incidentDetectionEnabled()
const;
57 bool grouptrackEnabled()
const;
59 void setBluetoothEnabled(
const bool bluetoothEnabled);
60 void setBluetoothLeEnabled(
const bool bluetoothLeEnabled);
61 void setAntEnabled(
const bool antEnabled);
62 void setName(
const QString name);
63 void setLiveTrackingEnabled(
const bool liveTrackingEnabled);
64 void setWeatherConditionsEnabled(
const bool weatherConditionsEnabled);
65 void setWeatherAlertsEnabled(
const bool weatherAlertsEnabled);
66 void setAutoActivityUploadEnabled(
const bool autoActivityUploadEnabled);
67 void setCourseDownloadEnabled(
const bool courseDownloadEnabled);
68 void setWorkoutDownloadEnabled(
const bool workoutDownloadEnabled);
69 void setGpsEphemerisDownloadEnabled(
const bool gpsEphemerisDownloadEnabled);
70 void setIncidentDetectionEnabled(
const bool incidentDetectionEnabled);
71 void setGrouptrackEnabled(
const bool grouptrackEnabled);
#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 ConnectivityMessage class represents a FIT ConnectivityMessage data message.