The ExerciseTitleMessage class represents a FIT ExerciseTitleMessage 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 ExerciseTitleMessage class represents a FIT ExerciseTitleMessage data message.
- See also
- DataMessage
◆ ExerciseTitleMessage()
ExerciseTitleMessage::ExerciseTitleMessage |
( |
| ) |
|
◆ exerciseCategory()
Returns the ExerciseTitleMessage data message's exerciseCategory
field's current value.
- Returns
- the
exerciseCategory
field value.
◆ exerciseName()
quint16 ExerciseTitleMessage::exerciseName |
( |
| ) |
const |
Returns the ExerciseTitleMessage data message's exerciseName
field's current value.
- Returns
- the
exerciseName
field value.
◆ messageIndex()
Returns the ExerciseTitleMessage data message's messageIndex
field's current value.
- Returns
- the
messageIndex
field value.
◆ setExerciseCategory()
void ExerciseTitleMessage::setExerciseCategory |
( |
const ExerciseCategory |
exerciseCategory | ) |
|
Sets the exerciseCategory
field to exerciseCategory.
- Parameters
-
exerciseCategory | The field value to set. |
◆ setExerciseName()
void ExerciseTitleMessage::setExerciseName |
( |
const quint16 |
exerciseName | ) |
|
Sets the exerciseName
field to exerciseName.
- Parameters
-
exerciseName | The field value to set. |
◆ setMessageIndex()
void ExerciseTitleMessage::setMessageIndex |
( |
const MessageIndex |
messageIndex | ) |
|
Sets the messageIndex
field to messageIndex.
- Parameters
-
messageIndex | The field value to set. |
◆ setWktStepName()
void ExerciseTitleMessage::setWktStepName |
( |
const QString |
wktStepName | ) |
|
Sets the wktStepName
field to wktStepName.
- Parameters
-
wktStepName | The field value to set. |
◆ wktStepName()
QString ExerciseTitleMessage::wktStepName |
( |
| ) |
const |
Returns the ExerciseTitleMessage data message's wktStepName
field's current value.
- Returns
- the
wktStepName
field value.
The documentation for this class was generated from the following files: