The SpeedZoneMessage class represents a FIT SpeedZoneMessage 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 SpeedZoneMessage class represents a FIT SpeedZoneMessage data message.
- See also
- DataMessage
◆ SpeedZoneMessage()
SpeedZoneMessage::SpeedZoneMessage |
( |
| ) |
|
Constructs a SpeedZoneMessage 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.
◆ highValue()
quint16 SpeedZoneMessage::highValue |
( |
| ) |
const |
Returns the SpeedZoneMessage data message's highValue
field's current value.
- Returns
- the
highValue
field value.
◆ messageIndex()
Returns the SpeedZoneMessage data message's messageIndex
field's current value.
- Returns
- the
messageIndex
field value.
◆ name()
QString SpeedZoneMessage::name |
( |
| ) |
const |
Returns the SpeedZoneMessage data message's name
field's current value.
- Returns
- the
name
field value.
◆ setHighValue()
void SpeedZoneMessage::setHighValue |
( |
const quint16 |
highValue | ) |
|
Sets the highValue
field to highValue.
- Parameters
-
highValue | The field value to set. |
◆ setMessageIndex()
void SpeedZoneMessage::setMessageIndex |
( |
const MessageIndex |
messageIndex | ) |
|
Sets the messageIndex
field to messageIndex.
- Parameters
-
messageIndex | The field value to set. |
◆ setName()
void SpeedZoneMessage::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: