Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

FIT SDK 20.62 bug?

Rank

Total Posts: 3

Joined 2013-04-26

PM

FIT SDK 20.62 has following definition in fit_video_clip_mesg.hpp
class VideoClipMesg : public Mesg
{
public:
    class 
FieldDefNum final
    
{
    
public:
       static const 
FIT_UINT8 ClipNumber 0;
       static const 
FIT_UINT8 StartTimestamp 1;
       static const 
FIT_UINT8 StartTimestampMs 2;
       static const 
FIT_UINT8 EndTimestamp 3;
       static const 
FIT_UINT8 EndTimestampMs 4;
       static const 
FIT_UINT8 ClipStart 6;
       static const 
FIT_UINT8 ClipEnd 7;
       static const 
FIT_UINT8 Timestamp 254;
       static const 
FIT_UINT8 Duration 0;
       static const 
FIT_UINT8 Repetitions 3;
       static const 
FIT_UINT8 Weight 4;
       static const 
FIT_UINT8 SetType 5;
       static const 
FIT_UINT8 StartTime 6;
       static const 
FIT_UINT8 Category 7;
       static const 
FIT_UINT8 CategorySubtype 8;
       static const 
FIT_UINT8 WeightDisplayUnit 9;
       static const 
FIT_UINT8 MessageIndex 10;
       static const 
FIT_UINT8 WktStepIndex 11;
       static const 
FIT_UINT8 Invalid FIT_FIELD_NUM_INVALID;
    
};
... 

To me, above seems like a bug.      
RankRankRank

Total Posts: 68

Joined 0

PM

Yep this was a mistake made when updating the profile. A new message was supposed to be added but instead the fields for that new message were added to the VideoClipMesg.