Chapter 8. RTC

Table of Contents

RTC — Handle of Scilab's RT-Component
RTC_addInPort — Append InPort to RT-component
RTC_addOutPort — Append OutPort to RT-component
RTC_create — Create RT-Component
RTC_deleteInPort — Delete InPort from RT-component
RTC_deleteOutPort — Delete OutPort from RT-component
RTC_destroy — Destroy RT-Component
RTC_getInPort — Get InPort Handle RT-component handle by Name
RTC_getOutPort — Get OutPort Handle RT-component handle by Name
RTC_registerInPort — Append InPort to RT-component. This function will be vanish. Please use RTC_addInPort instead.
RTC_registerOutPort — Append OutPort to RT-component. This function will vanish in the future. Please use RTC_addOutPort instead.