public class PeriodicECSharedComposite extends java.lang.Object implements RtcNewFunc, RtcDeleteFunc
データフロー型RTコンポーネント基底クラスです。
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String[] |
periodicecsharedcomposite_spec
PeriodicECsharedCompositeのデフォルト定義です。
|
| Constructor and Description |
|---|
PeriodicECSharedComposite() |
| Modifier and Type | Method and Description |
|---|---|
RTObject_impl |
createRtc(Manager mgr)
コンポーネントの生成処理を行います。
|
void |
deleteRtc(RTObject_impl component)
コンポーネントの破棄処理を行います。
|
static void |
PeriodicECSharedCompositeInit(Manager manager)
PeriodicECsharedCompositeの初期化を行います。
|
static final java.lang.String[] periodicecsharedcomposite_spec
PeriodicECsharedCompositeのデフォルト定義です。
public static void PeriodicECSharedCompositeInit(Manager manager)
PeriodicECsharedCompositeの初期化を行います。
manager - Managerオブジェクトpublic RTObject_impl createRtc(Manager mgr)
コンポーネントの生成処理を行います。
createRtc in interface RtcNewFuncmgr - Managerオブジェクトpublic void deleteRtc(RTObject_impl component)
コンポーネントの破棄処理を行います。
deleteRtc in interface RtcDeleteFunccomponent - 破棄対象コンポーネントのオブジェクト