Xsens DOT iOS SDK
©2022 Xsens Technologies - Version: 2022.0.0
|
#import <XsensDotFilterProfile.h>
Instance Methods | |
(UInt8) | - filterIndex |
(NSString *) | - filterName |
(instancetype) | - initWithName:index: |
The Xsens DOT filter profile class.
- (UInt8) filterIndex |
The filter profile index
We currently have two types of index: 0 and 1
- (NSString *) filterName |
The filter profile name
We currently have two types of name: "General" and "Dynamic"
- (instancetype) initWithName: | (NSString *) | name | |
index: | (UInt8) | index | |
Constructor method
name | The filter profile name |
index | The filter profile index |