メインコンテンツ

RTW.TflCFunctionEntryML クラス

名前空間: RTW

カスタム コード置換テーブル関数エントリ

説明

カスタム コード置換テーブル関数エントリを表します。RTW.TflCFunctionEntryML からサブクラスを派生させ、サブクラス内でコード置換エントリの一致条件を指定する do_match メソッドを実装します。

classdef TflCustomFunctionEntry < RTW.TflCFunctionEntryML
  methods
    function ent = do_match(hThis, ...
        hCSO, ... %#ok
        targetBitPerChar, ... %#ok
        targetBitPerShort, ... %#ok
        targetBitPerInt, ... %#ok
        targetBitPerLong, ... %#ok
        targetBitPerLongLong) %#ok

        % Implement custom do_match function

      end
    end
  end
end

作成

説明

classdef TflCustomFunctionEntry < RTW.TflCFunctionEntryML は、カスタム関数エントリ オブジェクトを作成するためのサブクラスを生成します。

バージョン履歴

R2010a で導入