RTC_create — Create RT-Component
rtc = RTC_create();
Handle value of RT-component. Negative value if fail.
This function create RT-Component. Using returned handle value, you can append / delete DataOutPort and DataInPort whenever you want.
initRTM("Scilab"); rtc = RTC_create();