OSDN Git Service

(none)
[hos/hos-v4a.git] / cfgrtr / include / definh.h
1 // ---------------------------------------------------------------------------
2 //  Hyper Operating System V4  コンフィギュレーター                           
3 //    ATT_INI API の処理                                                      
4 //                                                                            
5 //                                    Copyright (C) 1998-2002 by Project HOS  
6 //                                    http://sourceforge.jp/projects/hos/     
7 // ---------------------------------------------------------------------------
8
9
10 #ifndef __HOSV4CFG_ApiDefInh_h__
11 #define __HOSV4CFG_ApiDefInh_h__
12
13
14 #include "apidef.h"
15 #include "parpack.h"
16
17
18 // ATT_INI 用
19 class CApiDefInh : public CApiDef
20 {
21 public:
22         CApiDefInh();           // コンストラクタ
23         ~CApiDefInh();          // デストラクタ
24
25         int   AnalyzeApi(const char* pszApiName, const char* pszParams);        // APIの解析
26         int   AutoId(void);                                                     // 自動ID番号割り当て
27         void  WriteCfgDef(FILE* fp);
28         void  WriteCfgStart(FILE* fp);                          // cfgファイル定義部書き出し
29 };
30
31
32 #endif  // __HOSV4CFG_ApiDefInh_h__
33
34
35 // ---------------------------------------------------------------------------
36 //  Copyright (C) 1998-2002 by Project HOS                                    
37 // ---------------------------------------------------------------------------