|
QtFit
0.1
Internal library development documentation
|
The CadenceZoneMessage class represents a FIT CadenceZoneMessage data message. More...
Public Member Functions | |
| CadenceZoneMessage () | |
| Constructs a CadenceZoneMessage object. More... | |
| MessageIndex | messageIndex () const |
Returns the CadenceZoneMessage data message's messageIndex field's current value. More... | |
| quint8 | highValue () const |
Returns the CadenceZoneMessage data message's highValue field's current value. More... | |
| QString | name () const |
Returns the CadenceZoneMessage data message's name field's current value. More... | |
| void | setMessageIndex (const MessageIndex messageIndex) |
Sets the messageIndex field to messageIndex. More... | |
| void | setHighValue (const quint8 highValue) |
Sets the highValue field to highValue. More... | |
| void | setName (const QString name) |
Sets the name field to name. More... | |
Public Member Functions inherited from AbstractDataMessage | |
| ~AbstractDataMessage () | |
| Destroys the AbstractDataMessage object. | |
| MesgNum | globalMessageNumber () const |
| Returns the data message's global message number. More... | |
Protected Member Functions | |
| CadenceZoneMessage (CadenceZoneMessagePrivate *const d) | |
Protected Member Functions inherited from AbstractDataMessage | |
| AbstractDataMessage (AbstractDataMessagePrivate *const d) | |
Additional Inherited Members | |
Static Public Member Functions inherited from AbstractDataMessage | |
| static AbstractDataMessage * | fromData (const DataDefinition *const defn, const QByteArray &record) |
| Constructs the relevant AbstractDataMessage-derived class to parse record according to defn. More... | |
Protected Attributes inherited from AbstractDataMessage | |
| AbstractDataMessagePrivate *const | d_ptr |
| Internal d-pointer. | |
The CadenceZoneMessage class represents a FIT CadenceZoneMessage data message.
Definition at line 39 of file cadencezonemessage.h.
| CadenceZoneMessage::CadenceZoneMessage | ( | ) |
Constructs a CadenceZoneMessage 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.
Definition at line 52 of file cadencezonemessage.cpp.
|
explicitprotected |
Constructs a CadenceZoneMessage object with private implementation d.
| d | Pointer to private implementation. |
Definition at line 64 of file cadencezonemessage.cpp.
| quint8 CadenceZoneMessage::highValue | ( | ) | const |
Returns the CadenceZoneMessage data message's highValue field's current value.
highValue field value. Definition at line 85 of file cadencezonemessage.cpp.
Referenced by setHighValue().
| MessageIndex CadenceZoneMessage::messageIndex | ( | ) | const |
Returns the CadenceZoneMessage data message's messageIndex field's current value.
messageIndex field value. Definition at line 74 of file cadencezonemessage.cpp.
Referenced by setMessageIndex().
| QString CadenceZoneMessage::name | ( | ) | const |
Returns the CadenceZoneMessage data message's name field's current value.
name field value. Definition at line 96 of file cadencezonemessage.cpp.
Referenced by setName().
| void CadenceZoneMessage::setHighValue | ( | const quint8 | highValue | ) |
Sets the highValue field to highValue.
| highValue | The field value to set. |
Definition at line 117 of file cadencezonemessage.cpp.
References highValue().
| void CadenceZoneMessage::setMessageIndex | ( | const MessageIndex | messageIndex | ) |
Sets the messageIndex field to messageIndex.
| messageIndex | The field value to set. |
Definition at line 107 of file cadencezonemessage.cpp.
References messageIndex().
| void CadenceZoneMessage::setName | ( | const QString | name | ) |
Sets the name field to name.
| name | The field value to set. |
Definition at line 127 of file cadencezonemessage.cpp.
References name().