ft_fnc_matv.h
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*****************************************************************************
*
* Filename:
* ---------
* ft_fnc_matv.h
*
* Project:
* --------
* MAUI
*
* Description:
* ------------
* mATV Function header
*
* Author:
* -------
* -------
*
*============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*============================================================================
****************************************************************************/
#if defined(__ATV_SUPPORT__)
#ifndef _FT_FNC_MATV_H_
#define _FT_FNC_MATV_H_
// added in RHR first round
#include "app_ltlcom.h"
void FT_MATV_Operation(ilm_struct *ptrMsg);
void FT_MATV_SEND_CNF(ilm_struct *ptrMsg);
#endif
#endif //#if defined(__ATV_SUPPORT__)