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

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

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

Public Member Functions

 ExdDataConceptConfigurationMessage ()
 Constructs a ExdDataConceptConfigurationMessage object. More...
 
quint8 screenIndex () const
 Returns the ExdDataConceptConfigurationMessage data message's screenIndex field's current value. More...
 
quint8 conceptField () const
 Returns the ExdDataConceptConfigurationMessage data message's conceptField field's current value. More...
 
quint8 fieldId () const
 Returns the ExdDataConceptConfigurationMessage data message's fieldId field's current value. More...
 
quint8 conceptIndex () const
 Returns the ExdDataConceptConfigurationMessage data message's conceptIndex field's current value. More...
 
quint8 dataPage () const
 Returns the ExdDataConceptConfigurationMessage data message's dataPage field's current value. More...
 
quint8 conceptKey () const
 Returns the ExdDataConceptConfigurationMessage data message's conceptKey field's current value. More...
 
quint8 scaling () const
 Returns the ExdDataConceptConfigurationMessage data message's scaling field's current value. More...
 
ExdDataUnits dataUnits () const
 Returns the ExdDataConceptConfigurationMessage data message's dataUnits field's current value. More...
 
ExdQualifiers qualifier () const
 Returns the ExdDataConceptConfigurationMessage data message's qualifier field's current value. More...
 
ExdDescriptors descriptor () const
 Returns the ExdDataConceptConfigurationMessage data message's descriptor field's current value. More...
 
bool isSigned () const
 Returns the ExdDataConceptConfigurationMessage data message's isSigned field's current value. More...
 
void setScreenIndex (const quint8 screenIndex)
 Sets the screenIndex field to screenIndex. More...
 
void setConceptField (const quint8 conceptField)
 Sets the conceptField field to conceptField. More...
 
void setFieldId (const quint8 fieldId)
 Sets the fieldId field to fieldId. More...
 
void setConceptIndex (const quint8 conceptIndex)
 Sets the conceptIndex field to conceptIndex. More...
 
void setDataPage (const quint8 dataPage)
 Sets the dataPage field to dataPage. More...
 
void setConceptKey (const quint8 conceptKey)
 Sets the conceptKey field to conceptKey. More...
 
void setScaling (const quint8 scaling)
 Sets the scaling field to scaling. More...
 
void setDataUnits (const ExdDataUnits dataUnits)
 Sets the dataUnits field to dataUnits. More...
 
void setQualifier (const ExdQualifiers qualifier)
 Sets the qualifier field to qualifier. More...
 
void setDescriptor (const ExdDescriptors descriptor)
 Sets the descriptor field to descriptor. More...
 
void setIsSigned (const bool isSigned)
 Sets the isSigned field to isSigned. 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 ExdDataConceptConfigurationMessage class represents a FIT ExdDataConceptConfigurationMessage data message.

See also
DataMessage

Constructor & Destructor Documentation

◆ ExdDataConceptConfigurationMessage()

ExdDataConceptConfigurationMessage::ExdDataConceptConfigurationMessage ( )

Constructs a ExdDataConceptConfigurationMessage 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

◆ conceptField()

quint8 ExdDataConceptConfigurationMessage::conceptField ( ) const

Returns the ExdDataConceptConfigurationMessage data message's conceptField field's current value.

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

◆ conceptIndex()

quint8 ExdDataConceptConfigurationMessage::conceptIndex ( ) const

Returns the ExdDataConceptConfigurationMessage data message's conceptIndex field's current value.

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

◆ conceptKey()

quint8 ExdDataConceptConfigurationMessage::conceptKey ( ) const

Returns the ExdDataConceptConfigurationMessage data message's conceptKey field's current value.

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

◆ dataPage()

quint8 ExdDataConceptConfigurationMessage::dataPage ( ) const

Returns the ExdDataConceptConfigurationMessage data message's dataPage field's current value.

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

◆ dataUnits()

ExdDataUnits ExdDataConceptConfigurationMessage::dataUnits ( ) const

Returns the ExdDataConceptConfigurationMessage data message's dataUnits field's current value.

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

◆ descriptor()

ExdDescriptors ExdDataConceptConfigurationMessage::descriptor ( ) const

Returns the ExdDataConceptConfigurationMessage data message's descriptor field's current value.

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

◆ fieldId()

quint8 ExdDataConceptConfigurationMessage::fieldId ( ) const

Returns the ExdDataConceptConfigurationMessage data message's fieldId field's current value.

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

◆ isSigned()

bool ExdDataConceptConfigurationMessage::isSigned ( ) const

Returns the ExdDataConceptConfigurationMessage data message's isSigned field's current value.

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

◆ qualifier()

ExdQualifiers ExdDataConceptConfigurationMessage::qualifier ( ) const

Returns the ExdDataConceptConfigurationMessage data message's qualifier field's current value.

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

◆ scaling()

quint8 ExdDataConceptConfigurationMessage::scaling ( ) const

Returns the ExdDataConceptConfigurationMessage data message's scaling field's current value.

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

◆ screenIndex()

quint8 ExdDataConceptConfigurationMessage::screenIndex ( ) const

Returns the ExdDataConceptConfigurationMessage data message's screenIndex field's current value.

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

◆ setConceptField()

void ExdDataConceptConfigurationMessage::setConceptField ( const quint8  conceptField)

Sets the conceptField field to conceptField.

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

◆ setConceptIndex()

void ExdDataConceptConfigurationMessage::setConceptIndex ( const quint8  conceptIndex)

Sets the conceptIndex field to conceptIndex.

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

◆ setConceptKey()

void ExdDataConceptConfigurationMessage::setConceptKey ( const quint8  conceptKey)

Sets the conceptKey field to conceptKey.

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

◆ setDataPage()

void ExdDataConceptConfigurationMessage::setDataPage ( const quint8  dataPage)

Sets the dataPage field to dataPage.

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

◆ setDataUnits()

void ExdDataConceptConfigurationMessage::setDataUnits ( const ExdDataUnits  dataUnits)

Sets the dataUnits field to dataUnits.

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

◆ setDescriptor()

void ExdDataConceptConfigurationMessage::setDescriptor ( const ExdDescriptors  descriptor)

Sets the descriptor field to descriptor.

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

◆ setFieldId()

void ExdDataConceptConfigurationMessage::setFieldId ( const quint8  fieldId)

Sets the fieldId field to fieldId.

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

◆ setIsSigned()

void ExdDataConceptConfigurationMessage::setIsSigned ( const bool  isSigned)

Sets the isSigned field to isSigned.

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

◆ setQualifier()

void ExdDataConceptConfigurationMessage::setQualifier ( const ExdQualifiers  qualifier)

Sets the qualifier field to qualifier.

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

◆ setScaling()

void ExdDataConceptConfigurationMessage::setScaling ( const quint8  scaling)

Sets the scaling field to scaling.

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

◆ setScreenIndex()

void ExdDataConceptConfigurationMessage::setScreenIndex ( const quint8  screenIndex)

Sets the screenIndex field to screenIndex.

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

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