30 #ifndef QTFIT_ANTCHANNELIDMESSAGE_H
31 #define QTFIT_ANTCHANNELIDMESSAGE_H
45 quint8 channelNumber()
const;
48 quint8z transmissionType()
const;
51 void setChannelNumber(
const quint8 channelNumber);
52 void setDeviceType(
const quint8z deviceType);
53 void setDeviceNumber(
const quint16z deviceNumber);
54 void setTransmissionType(
const quint8z transmissionType);
#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 AntChannelIdMessage class represents a FIT AntChannelIdMessage data message.
DeviceIndex
Garmin FIT DeviceIndex type.
quint16 quint16z
16-bit unsigned integer, with 0-is-invalid semantics.
QTFIT_BEGIN_NAMESPACE typedef quint8 quint8z
8-bit unsigned integer, with 0-is-invalid semantics.