WIL説明書(C++)  3.0.0
FvBarcodeDefs.h
[詳解]
1 // $Revision: 1.1 $
2 /*
3  @file FvBarcodeDefs.h
4  @brief Barcode definition
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVBARCODEDEFS_H_INCLUDED_
9 #define _FVBARCODEDEFS_H_INCLUDED_
10 
11 #include "FvMacros.h"
12 #include "FvDefs.h"
13 #include "FvDebug.h"
14 #include "FvErrors.h"
15 
16 namespace FVCL_ErrorCode
17 {
18 namespace Barcode
19 {
20  const INT _BASE = 11100;
21 } // Barcode
22 } // FVCL_ErrorCode
23 
24 namespace FVCL
25 {
26 namespace Barcode
27 {
28 
29 namespace BarcodeType
30 {
31  const INT EAN13 = 0x0001; // 1<<0
32  const INT CODE39 = 0x0002; // 1<<1
33  const INT CODE128 = 0x0004; // 1<<2
34  const INT ITF = 0x0008; // 1<<3
35  const INT NW7 = 0x0010; // 1<<4
36  const INT EAN8 = 0x0020; // 1<<5
37  const INT ALL = EAN13|CODE39|CODE128|ITF|NW7|EAN8;
38 }
39 
40 } // Barcode
41 } // FVCL
42 
43 #endif // _FVBARCODEDEFS_H_INCLUDED_
const INT EAN13
EAN-13 (Europian Article Number)
Definition: FvBarcodeDefs.h:31
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
int INT
整数型(32ビット)
Definition: FvDefs.h:36
const INT CODE39
CODE-39.
Definition: FvBarcodeDefs.h:32
マクロ定義
const INT _BASE
エラーコード開始番号
Definition: FvBarcodeDefs.h:20
const INT CODE128
CODE-128.
Definition: FvBarcodeDefs.h:33
エラーコード定義
const INT NW7
NW-7 (CODABAR)
Definition: FvBarcodeDefs.h:35
const INT ITF
ITF (Interleaved 2 of 5)
Definition: FvBarcodeDefs.h:34
変数型と定数の定義
デバッグ用関数のインターフェース
const INT EAN8
EAN-8 (Europian Article Number)
Definition: FvBarcodeDefs.h:36
const INT ALL
全ての種別
Definition: FvBarcodeDefs.h:37
エラーコードネームスペース

Documentation copyright © 2007 FAST Corporation. [B-001864]
Generated on 2023年11月02日(木) 10時12分53秒 for WIL説明書(C++) by doxygen 1.8.11