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

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

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

Public Member Functions

 MesgCapabilitiesMessage ()
 Constructs a MesgCapabilitiesMessage object. More...
 
MessageIndex messageIndex () const
 Returns the MesgCapabilitiesMessage data message's messageIndex field's current value. More...
 
File file () const
 Returns the MesgCapabilitiesMessage data message's file field's current value. More...
 
MesgNum mesgNum () const
 Returns the MesgCapabilitiesMessage data message's mesgNum field's current value. More...
 
MesgCount countType () const
 Returns the MesgCapabilitiesMessage data message's countType field's current value. More...
 
quint16 count () const
 Returns the MesgCapabilitiesMessage data message's count field's current value. More...
 
void setMessageIndex (const MessageIndex messageIndex)
 Sets the messageIndex field to messageIndex. More...
 
void setFile (const File file)
 Sets the file field to file. More...
 
void setMesgNum (const MesgNum mesgNum)
 Sets the mesgNum field to mesgNum. More...
 
void setCountType (const MesgCount countType)
 Sets the countType field to countType. More...
 
void setCount (const quint16 count)
 Sets the count field to count. 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 MesgCapabilitiesMessage class represents a FIT MesgCapabilitiesMessage data message.

See also
DataMessage

Constructor & Destructor Documentation

◆ MesgCapabilitiesMessage()

MesgCapabilitiesMessage::MesgCapabilitiesMessage ( )

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

◆ count()

quint16 MesgCapabilitiesMessage::count ( ) const

Returns the MesgCapabilitiesMessage data message's count field's current value.

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

◆ countType()

MesgCount MesgCapabilitiesMessage::countType ( ) const

Returns the MesgCapabilitiesMessage data message's countType field's current value.

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

◆ file()

File MesgCapabilitiesMessage::file ( ) const

Returns the MesgCapabilitiesMessage data message's file field's current value.

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

◆ mesgNum()

MesgNum MesgCapabilitiesMessage::mesgNum ( ) const

Returns the MesgCapabilitiesMessage data message's mesgNum field's current value.

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

◆ messageIndex()

MessageIndex MesgCapabilitiesMessage::messageIndex ( ) const

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

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

◆ setCount()

void MesgCapabilitiesMessage::setCount ( const quint16  count)

Sets the count field to count.

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

◆ setCountType()

void MesgCapabilitiesMessage::setCountType ( const MesgCount  countType)

Sets the countType field to countType.

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

◆ setFile()

void MesgCapabilitiesMessage::setFile ( const File  file)

Sets the file field to file.

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

◆ setMesgNum()

void MesgCapabilitiesMessage::setMesgNum ( const MesgNum  mesgNum)

Sets the mesgNum field to mesgNum.

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

◆ setMessageIndex()

void MesgCapabilitiesMessage::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: