/******************************************************************************* * モジュール名称 :アプリケーション02 - HK read & anaylses - PI * * 作成日・作成者 :2012/1/7 Y.K. * *******************************************************************************/ #include "app_common.h" #define d_SIZEhk_MSAS 116 // HK-size 128->116 // ******************************************************************** // *** MSAS : HK analyses, HW CMD production, HK packet production *** // ******************************************************************** int app02_MSAS ( unsigned char uc_dataHK[], unsigned int ui_counter, unsigned char uc_link) { if ( uc_link == 0 ) return( 0 ); // **** SpW link: OFF **** else return( d_SIZEhk_MSAS ); // **** SpW link: ON **** }