Name

RTC — Handle of Scilab's RT-Component

Description

This handle value is used as the reference number of RT-component created by RTC-scilab.

Examples

      initRTM("Scilab");
      rtc = RTC_create();
      portOut0=RTC_addOutPort(rtc, "TimedDouble", "out0");
      portIn0=RTC_addInPort(rtc, "TimedDouble", "in0");
      ...
      RTC_destroy(rtc);
      exitRTM(); 

See Also

Authors

Yuki Suga (ysuga.net)