問題タブ [arduino-esp32]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - C++ でメンバー関数の配列から結果を取得する
これは Arduino プログラム (C++) の一部です。MCUはESP32です。
クラスを定義しました。その中に、メンバー関数の配列を作成しました。
別のクラス メンバー関数でこの配列にアクセスするとcallAnimation()
、次のエラーが発生します。
次のように、typedef と関数の配列をクラスの外に移動すると、次のようになります。
エラーは次のように変わります。
私は混乱しています。私は C++ のアマチュアです。私を助けてください。