Xsens DOT iOS SDK  ©2022 Xsens Technologies - Version: 2022.0.0
XsensDotRecording Class Reference

#import <XsensDotRecording.h>

Inheritance diagram for XsensDotRecording:

Properties

XSFlashInfoStatus flashInfoStatus
 
XSRecordingStatus recordingStatus
 
void(^ updateRecordingStatus )(XSRecordingStatus status)
 
void(^ updateExportingStatus )(XSExportStatus status)
 
UInt32 recordingDate
 
UInt16 recordingTime
 
UInt32 remainingTime
 
NSUInteger fileIndex
 
NSMutableArray< XsensDotRecordingFile * > * files
 
NSArray * exportFileList
 
void(^ exportFileDone )(NSUInteger index, BOOL result)
 

Detailed Description

The Xsens DOT recording control class

Property Documentation

◆ exportFileDone

- (void(^ exportFileDone) (NSUInteger index, BOOL result))
readwritenonatomiccopy

The exporting file done block, index is from exportFileList , if result is YES means all files done and NO means finish one of them.

◆ exportFileList

- (NSArray*) exportFileList
readwritenonatomicstrong

The exporting file index array , list like [0,1,4] , max is files.count.

◆ fileIndex

- (NSUInteger) fileIndex
readwritenonatomicassign

The current exporting file index

◆ files

- (NSMutableArray<XsensDotRecordingFile *>*) files
readwritenonatomicstrong

The recording file list.

◆ flashInfoStatus

- (XSFlashInfoStatus) flashInfoStatus
readwritenonatomicassign

The sensor flash info status

◆ recordingDate

- (UInt32) recordingDate
readwritenonatomicassign

The start recording date: 4 bytes unit is seconds

◆ recordingStatus

- (XSRecordingStatus) recordingStatus
readwritenonatomicassign

The current recording status in recording mode

◆ recordingTime

- (UInt16) recordingTime
readwritenonatomicassign

The recording time that you set from : - (void)startRecording:(UInt16)recordingTime, unit is seconds

◆ remainingTime

- (UInt32) remainingTime
readwritenonatomicassign

The remaining time of recording, If the sensor is in XSRecordingIsRecording this will be useful

◆ updateExportingStatus

- (void(^ updateExportingStatus) (XSExportStatus status))
readwritenonatomiccopy

The exporting recording file data changed block

◆ updateRecordingStatus

- (void(^ updateRecordingStatus) (XSRecordingStatus status))
readwritenonatomiccopy

The recording status changed block


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