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

#import <XsensDotFilterProfile.h>

Inheritance diagram for XsensDotFilterProfile:

Instance Methods

(UInt8) - filterIndex
 
(NSString *) - filterName
 
(instancetype) - initWithName:index:
 

Detailed Description

The Xsens DOT filter profile class.

Method Documentation

◆ filterIndex

- (UInt8) filterIndex

The filter profile index

We currently have two types of index: 0 and 1

◆ filterName

- (NSString *) filterName

The filter profile name

We currently have two types of name: "General" and "Dynamic"

◆ initWithName:index:

- (instancetype) initWithName: (NSString *)  name
index: (UInt8)  index 

Constructor method

Parameters
nameThe filter profile name
indexThe filter profile index

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