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