<< RTC_addOutPort RTC RTC_deleteInPort >>

RTCscilab >> RTComponent > RTC > RTC_create

RTC_create

Create RT-Component

Calling Sequence

rtc = RTC_create();

Parameters

rtc

Handle value of RT-component. Negative value if fail.

Description

This function create RT-Component. Using returned handle value, you can append / delete DataOutPort and DataInPort whenever you want.

Examples

initRTM("Scilab");
rtc = RTC_create();

See Also

Authors

<< RTC_addOutPort RTC RTC_deleteInPort >>