QtFit  0.1
Native Qt library for Garmin FIT format
All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
HrmProfileMessage Class Reference

The HrmProfileMessage class represents a FIT HrmProfileMessage data message. More...

Inheritance diagram for HrmProfileMessage:
[legend]
Collaboration diagram for HrmProfileMessage:
[legend]

Public Member Functions

 HrmProfileMessage ()
 Constructs a HrmProfileMessage object. More...
 
MessageIndex messageIndex () const
 Returns the HrmProfileMessage data message's messageIndex field's current value. More...
 
bool enabled () const
 Returns the HrmProfileMessage data message's enabled field's current value. More...
 
quint16z hrmAntId () const
 Returns the HrmProfileMessage data message's hrmAntId field's current value. More...
 
bool logHrv () const
 Returns the HrmProfileMessage data message's logHrv field's current value. More...
 
quint8z hrmAntIdTransType () const
 Returns the HrmProfileMessage data message's hrmAntIdTransType field's current value. More...
 
void setMessageIndex (const MessageIndex messageIndex)
 Sets the messageIndex field to messageIndex. More...
 
void setEnabled (const bool enabled)
 Sets the enabled field to enabled. More...
 
void setHrmAntId (const quint16z hrmAntId)
 Sets the hrmAntId field to hrmAntId. More...
 
void setLogHrv (const bool logHrv)
 Sets the logHrv field to logHrv. More...
 
void setHrmAntIdTransType (const quint8z hrmAntIdTransType)
 Sets the hrmAntIdTransType field to hrmAntIdTransType. More...
 
- Public Member Functions inherited from AbstractDataMessage
 ~AbstractDataMessage ()
 Destroys the AbstractDataMessage object.
 
MesgNum globalMessageNumber () const
 Returns the data message's global message number. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from AbstractDataMessage
static AbstractDataMessagefromData (const DataDefinition *const defn, const QByteArray &record)
 Constructs the relevant AbstractDataMessage-derived class to parse record according to defn. More...
 

Detailed Description

The HrmProfileMessage class represents a FIT HrmProfileMessage data message.

See also
DataMessage

Constructor & Destructor Documentation

◆ HrmProfileMessage()

HrmProfileMessage::HrmProfileMessage ( )

Constructs a HrmProfileMessage 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.

Member Function Documentation

◆ enabled()

bool HrmProfileMessage::enabled ( ) const

Returns the HrmProfileMessage data message's enabled field's current value.

Returns
the enabled field value.
Here is the caller graph for this function:

◆ hrmAntId()

quint16z HrmProfileMessage::hrmAntId ( ) const

Returns the HrmProfileMessage data message's hrmAntId field's current value.

Returns
the hrmAntId field value.
Here is the caller graph for this function:

◆ hrmAntIdTransType()

quint8z HrmProfileMessage::hrmAntIdTransType ( ) const

Returns the HrmProfileMessage data message's hrmAntIdTransType field's current value.

Returns
the hrmAntIdTransType field value.
Here is the caller graph for this function:

◆ logHrv()

bool HrmProfileMessage::logHrv ( ) const

Returns the HrmProfileMessage data message's logHrv field's current value.

Returns
the logHrv field value.
Here is the caller graph for this function:

◆ messageIndex()

MessageIndex HrmProfileMessage::messageIndex ( ) const

Returns the HrmProfileMessage data message's messageIndex field's current value.

Returns
the messageIndex field value.
Here is the caller graph for this function:

◆ setEnabled()

void HrmProfileMessage::setEnabled ( const bool  enabled)

Sets the enabled field to enabled.

Parameters
enabledThe field value to set.
Here is the call graph for this function:

◆ setHrmAntId()

void HrmProfileMessage::setHrmAntId ( const quint16z  hrmAntId)

Sets the hrmAntId field to hrmAntId.

Parameters
hrmAntIdThe field value to set.
Here is the call graph for this function:

◆ setHrmAntIdTransType()

void HrmProfileMessage::setHrmAntIdTransType ( const quint8z  hrmAntIdTransType)

Sets the hrmAntIdTransType field to hrmAntIdTransType.

Parameters
hrmAntIdTransTypeThe field value to set.
Here is the call graph for this function:

◆ setLogHrv()

void HrmProfileMessage::setLogHrv ( const bool  logHrv)

Sets the logHrv field to logHrv.

Parameters
logHrvThe field value to set.
Here is the call graph for this function:

◆ setMessageIndex()

void HrmProfileMessage::setMessageIndex ( const MessageIndex  messageIndex)

Sets the messageIndex field to messageIndex.

Parameters
messageIndexThe field value to set.
Here is the call graph for this function:

The documentation for this class was generated from the following files: