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

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

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

Public Member Functions

 DeveloperDataIdMessage ()
 Constructs a DeveloperDataIdMessage object. More...
 
quint8 developerId () const
 Returns the DeveloperDataIdMessage data message's developerId field's current value. More...
 
quint8 applicationId () const
 Returns the DeveloperDataIdMessage data message's applicationId field's current value. More...
 
Manufacturer manufacturerId () const
 Returns the DeveloperDataIdMessage data message's manufacturerId field's current value. More...
 
quint8 developerDataIndex () const
 Returns the DeveloperDataIdMessage data message's developerDataIndex field's current value. More...
 
quint32 applicationVersion () const
 Returns the DeveloperDataIdMessage data message's applicationVersion field's current value. More...
 
void setDeveloperId (const quint8 developerId)
 Sets the developerId field to developerId. More...
 
void setApplicationId (const quint8 applicationId)
 Sets the applicationId field to applicationId. More...
 
void setManufacturerId (const Manufacturer manufacturerId)
 Sets the manufacturerId field to manufacturerId. More...
 
void setDeveloperDataIndex (const quint8 developerDataIndex)
 Sets the developerDataIndex field to developerDataIndex. More...
 
void setApplicationVersion (const quint32 applicationVersion)
 Sets the applicationVersion field to applicationVersion. 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 DeveloperDataIdMessage class represents a FIT DeveloperDataIdMessage data message.

See also
DataMessage

Constructor & Destructor Documentation

◆ DeveloperDataIdMessage()

DeveloperDataIdMessage::DeveloperDataIdMessage ( )

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

◆ applicationId()

quint8 DeveloperDataIdMessage::applicationId ( ) const

Returns the DeveloperDataIdMessage data message's applicationId field's current value.

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

◆ applicationVersion()

quint32 DeveloperDataIdMessage::applicationVersion ( ) const

Returns the DeveloperDataIdMessage data message's applicationVersion field's current value.

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

◆ developerDataIndex()

quint8 DeveloperDataIdMessage::developerDataIndex ( ) const

Returns the DeveloperDataIdMessage data message's developerDataIndex field's current value.

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

◆ developerId()

quint8 DeveloperDataIdMessage::developerId ( ) const

Returns the DeveloperDataIdMessage data message's developerId field's current value.

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

◆ manufacturerId()

Manufacturer DeveloperDataIdMessage::manufacturerId ( ) const

Returns the DeveloperDataIdMessage data message's manufacturerId field's current value.

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

◆ setApplicationId()

void DeveloperDataIdMessage::setApplicationId ( const quint8  applicationId)

Sets the applicationId field to applicationId.

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

◆ setApplicationVersion()

void DeveloperDataIdMessage::setApplicationVersion ( const quint32  applicationVersion)

Sets the applicationVersion field to applicationVersion.

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

◆ setDeveloperDataIndex()

void DeveloperDataIdMessage::setDeveloperDataIndex ( const quint8  developerDataIndex)

Sets the developerDataIndex field to developerDataIndex.

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

◆ setDeveloperId()

void DeveloperDataIdMessage::setDeveloperId ( const quint8  developerId)

Sets the developerId field to developerId.

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

◆ setManufacturerId()

void DeveloperDataIdMessage::setManufacturerId ( const Manufacturer  manufacturerId)

Sets the manufacturerId field to manufacturerId.

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

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