GyroscopeResultSink Class¶
Description¶
Gyroscope result input port.
It is used to expose input port for a component.
All members of this class is thread-safe.
handle¶
Input data.
- C
void easyar_GyroscopeResultSink_handle(easyar_GyroscopeResultSink * This, easyar_GyroscopeResult inputData)
- C++
void handle(GyroscopeResult inputData)
- Java
public void handle(@Nonnull GyroscopeResult inputData)
- Kotlin
fun handle(inputData: GyroscopeResult): Unit
- Objective-C
- (void)handle:(easyar_GyroscopeResult *)inputData
- Swift
public func handle(_ inputData: GyroscopeResult) -> Void
- C#
public virtual void handle(GyroscopeResult inputData)