Class GyroscopeResultSink
- Namespace
- easyar
Gyroscope result input port. Used to expose a component's input port. All members of this class are thread-safe.
GyroscopeResultSink
Methods
handle
Pass in a piece of 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
| Name | Type | Description |
|---|---|---|
| inputData | GyroscopeResult |
Returns
| Type | Description |
|---|---|
| Void |