13#include "test/ut/Tester.hpp"
15void Tester ::connectAsyncPorts() {
18 this->connect_to_arrayArgsAsync(i, this->component.get_arrayArgsAsync_InputPort(i));
23 this->connect_to_enumArgsAsync(i, this->component.get_enumArgsAsync_InputPort(i));
28 this->connect_to_noArgsAsync(i, this->component.get_noArgsAsync_InputPort(i));
33 this->connect_to_primitiveArgsAsync(i, this->component.get_primitiveArgsAsync_InputPort(i));
38 this->connect_to_stringArgsAsync(i, this->component.get_stringArgsAsync_InputPort(i));
43 this->connect_to_structArgsAsync(i, this->component.get_structArgsAsync_InputPort(i));
48 this->connect_to_serialAsync(i, this->component.get_serialAsync_InputPort(i));
52 this->connect_to_serialAsyncAssert(0, this->component.get_serialAsyncAssert_InputPort(0));
55 this->connect_to_serialAsyncBlockPriority(0, this->component.get_serialAsyncBlockPriority_InputPort(0));
58 this->connect_to_serialAsyncDropPriority(0, this->component.get_serialAsyncDropPriority_InputPort(0));
62 return component.doDispatch();
PlatformIntType NATIVE_INT_TYPE