Table of Contents

Class FeedbackFrameFork

Namespace
easyar

Feedback Frame Splitter. Used to transmit a feedback frame in parallel to multiple components. All members of this class are thread-safe.

FeedbackFrameFork

Methods

input

Input Port.

void easyar_FeedbackFrameFork_input(easyar_FeedbackFrameFork * This, easyar_FeedbackFrameSink * * Return)
std::shared_ptr<FeedbackFrameSink> input()
public @Nonnull FeedbackFrameSink input()
fun input(): FeedbackFrameSink
- (easyar_FeedbackFrameSink *)input
public func input() -> FeedbackFrameSink
public virtual FeedbackFrameSink input()

Returns

FeedbackFrameSink

output

Output Port.

void easyar_FeedbackFrameFork_output(easyar_FeedbackFrameFork * This, int index, easyar_FeedbackFrameSource * * Return)
std::shared_ptr<FeedbackFrameSource> output(int index)
public @Nonnull FeedbackFrameSource output(int index)
fun output(index: Int): FeedbackFrameSource
- (easyar_FeedbackFrameSource *)output:(int)index
public func output(_ index: Int32) -> FeedbackFrameSource
public virtual FeedbackFrameSource output(int index)

Parameters

index Int32

Returns

FeedbackFrameSource

outputCount

Output Number.

int easyar_FeedbackFrameFork_outputCount(easyar_FeedbackFrameFork * This)
int outputCount()
public int outputCount()
fun outputCount(): Int
- (int)outputCount
public func outputCount() -> Int32
public virtual int outputCount()

Returns

Int32

create

Create.

void easyar_FeedbackFrameFork_create(int outputCount, easyar_FeedbackFrameFork * * Return)
static std::shared_ptr<FeedbackFrameFork> create(int outputCount)
public static @Nonnull FeedbackFrameFork create(int outputCount)
companion object fun create(outputCount: Int): FeedbackFrameFork
+ (easyar_FeedbackFrameFork *)create:(int)outputCount
public static func create(_ outputCount: Int32) -> FeedbackFrameFork
public static FeedbackFrameFork create(int outputCount)

Parameters

outputCount Int32

Returns

FeedbackFrameFork