OSDN Git Service

(none)
[hos/hos-v4a.git] / cfgrtr / include / attini.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_ApiAttIni_h__
11 #define __HOSV4CFG_ApiAttIni_h__
12
13
14 #include "apidef.h"
15 #include "parpack.h"
16
17
18 // ATT_INI 用
19 class CApiAttIni : public CApiDef
20 {
21 public:
22         CApiAttIni();           // コンストラクタ
23         ~CApiAttIni();          // デストラクタ
24
25         int   AnalyzeApi(const char* pszApiName, const char* pszParams);        // APIの解析
26         int   AutoId(void);                                                     // 自動ID番号割り当て
27         void  WriteCfgStart(FILE* fp);                          // cfgファイル定義部書き出し
28 };
29
30
31 #endif  // __HOSV4CFG_ApiAttIni_h__
32
33
34 // ---------------------------------------------------------------------------
35 //  Copyright (C) 1998-2002 by Project HOS                                    
36 // ---------------------------------------------------------------------------