Suppose you want to use your original data-type or struct. In such cases, you will describe IDL file to define your data type and load your IDL file in your RTC builder. (more…)
Service Port is a function which can be used much more freely like RPC (remote procedure call). Remote component can “call” another RTCs service port. The Remote can also get the result (return value) of the call. (more…)
Sorry, this entry is only available in Japanese.
Here, Sender RTC which has OutPort(s), and Receiver RTC which has InPort(s) are shown. (more…)
Configuration is a function which dynamically (run-time) regulate the behavior of RT component. RTC can be configured in its runtime using Configuration. (more…)
Steps of RTC development is below:
(more…)