/******************************************************************************* * モジュール名称 :APP03 Mission TLM (L&M) PI tasks * * モジュールラベル :app03_PIs * * タスク区分 :Application-03 MGFO task for Mission TLM (L&M) * * 機能 : * * コーリングシーケンス:void app03_MGFO * * 引数 :なし * * 戻り値 :なし * * 使用上の注意 :グローバル変数はアプリケーション01でまとめて初期化 * * エラー処理 :なし * * 注意 : EDIT権限は、MGF組 * * 作成日・作成者 :2011/06/18 Y.K. * *******************************************************************************/ /* 20110726 */ /* 一噛み用 */ void app_MGF_common( unsigned char, unsigned int ) ; void app03_MGFO( unsigned int ui_sunpulseCnt ) { app_MGF_common(0, ui_sunpulseCnt ) ; return; }