Table of Contents

Class FeedbackFrameFork

Пространство имен
easyar

Демультиплексор кадров обратной связи. Предназначен для параллельной передачи одного кадра обратной связи нескольким компонентам. Все члены этого класса потокобезопасны.

FeedbackFrameFork

Методы

input

Входной порт.

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()

Возвращаемое значение

Тип Описание
FeedbackFrameSink

output

Выходной порт.

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)

Параметры

Имя Тип Описание
index Int32

Возвращаемое значение

Тип Описание
FeedbackFrameSource

outputCount

Количество выходов.

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()

Возвращаемое значение

Тип Описание
Int32

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)

Параметры

Имя Тип Описание
outputCount Int32

Возвращаемое значение

Тип Описание
FeedbackFrameFork