Name

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

Yuki Suga (ysuga.net)