The HrZoneMessage class represents a FIT HrZoneMessage data message.
More...
|
static AbstractDataMessage * | fromData (const DataDefinition *const defn, const QByteArray &record) |
| Constructs the relevant AbstractDataMessage-derived class to parse record according to defn. More...
|
|
The HrZoneMessage class represents a FIT HrZoneMessage data message.
- See also
- DataMessage
◆ HrZoneMessage()
HrZoneMessage::HrZoneMessage |
( |
| ) |
|
Constructs a HrZoneMessage object.
Typically, instances of this class will be returned by FitStreamReader::readNext, but this constructor may be used, along with the relevant setter methods, to create a valid message.
◆ highBpm()
quint8 HrZoneMessage::highBpm |
( |
| ) |
const |
Returns the HrZoneMessage data message's highBpm
field's current value.
- Returns
- the
highBpm
field value.
◆ messageIndex()
Returns the HrZoneMessage data message's messageIndex
field's current value.
- Returns
- the
messageIndex
field value.
◆ name()
QString HrZoneMessage::name |
( |
| ) |
const |
Returns the HrZoneMessage data message's name
field's current value.
- Returns
- the
name
field value.
◆ setHighBpm()
void HrZoneMessage::setHighBpm |
( |
const quint8 |
highBpm | ) |
|
Sets the highBpm
field to highBpm.
- Parameters
-
highBpm | The field value to set. |
◆ setMessageIndex()
void HrZoneMessage::setMessageIndex |
( |
const MessageIndex |
messageIndex | ) |
|
Sets the messageIndex
field to messageIndex.
- Parameters
-
messageIndex | The field value to set. |
◆ setName()
void HrZoneMessage::setName |
( |
const QString |
name | ) |
|
Sets the name
field to name.
- Parameters
-
name | The field value to set. |
The documentation for this class was generated from the following files: