Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
NCSensorMeasurement.h
Go to the documentation of this file.
1
#import "NCExport.h"
2
#import "
NCSensorType.h
"
3
#import "
NCVector3d.h
"
4
#import <Foundation/Foundation.h>
5
18
DEFAULT_EXPORT_ATTRIBUTE
19
@interface
NCSensorMeasurement
: NSObject
20
24
- (nonnull instancetype)initWithType:(
NCSensorType
)type
25
values:(nonnull
NCVector3d
*)values
26
time:(int64_t)time;
27
31
+ (nonnull instancetype)sensorMeasurementWithType:(
NCSensorType
)type
32
values:(nonnull
NCVector3d
*)values
33
time:(int64_t)time;
34
48
@property
(nonatomic, readonly)
NCSensorType
type
;
49
63
@property
(nonatomic, readonly, nonnull)
NCVector3d
*
values
;
64
78
@property
(nonatomic, readonly) int64_t
time
;
79
80
- (NSComparisonResult)compare:(nonnull
NCSensorMeasurement
*)other;
81
82
@end
com
navigine
idl
objc
NCSensorMeasurement.h
Generated on Thu Apr 16 2026 08:08:54 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2