Table of Contents

Class GyroscopeResultSink

Namespace
easyar

Gyroscope result input port. Used to expose an input port of a component. All members of this class are thread-safe.

GyroscopeResultSink

Methods

handle

Pass in a data.

void easyar_GyroscopeResultSink_handle(easyar_GyroscopeResultSink * This, easyar_GyroscopeResult inputData)
void handle(GyroscopeResult inputData)
public void handle(@Nonnull GyroscopeResult inputData)
fun handle(inputData: GyroscopeResult): Unit
- (void)handle:(easyar_GyroscopeResult *)inputData
public func handle(_ inputData: GyroscopeResult) -> Void
public virtual void handle(GyroscopeResult inputData)

Parameters

inputData GyroscopeResult

Returns

Void