RTC — Handle of Scilab's RT-Component
This handle value is used as the reference number of RT-component created by RTC-scilab.
initRTM("Scilab"); rtc = RTC_create(); portOut0=RTC_addOutPort(rtc, "TimedDouble", "out0"); portIn0=RTC_addInPort(rtc, "TimedDouble", "in0"); ... RTC_destroy(rtc); exitRTM();