Class FeedbackFrameFork
- Namespace
- easyar
Feedback-Frame-Splitter. Wird verwendet, um einen Feedback-Frame parallel an mehrere Komponenten zu übertragen. Alle Mitglieder dieser Klasse sind threadsicher.
FeedbackFrameFork
Methoden
input
Eingangsanschluss.
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()
Rückgabewert
| Typ | Beschreibung |
|---|---|
| FeedbackFrameSink |
output
Ausgangsanschluss.
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)
Parameter
| Name | Typ | Beschreibung |
|---|---|---|
| index | Int32 |
Rückgabewert
| Typ | Beschreibung |
|---|---|
| FeedbackFrameSource |
outputCount
Anzahl der Ausgänge.
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()
Rückgabewert
| Typ | Beschreibung |
|---|---|
| Int32 |
create
Erstellen.
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)
Parameter
| Name | Typ | Beschreibung |
|---|---|---|
| outputCount | Int32 |
Rückgabewert
| Typ | Beschreibung |
|---|---|
| FeedbackFrameFork |