UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
zq4
zqb_hdr_field.h
1
/* zqb_hdr_field.h */
2
/* $Id: zqb_hdr_field.h,v 1.1 2006/11/18 14:08:08 vlad Exp $ */
3
#ifndef __zqb_hdr_field_h
4
#define __zqb_hdr_field_h
5
6
#include "zqb_types.h"
7
#include <string>
8
9
17
typedef
struct
18
{
20
int
m_iHwId;
21
23
int
m_iOffset;
24
27
int
m_iSize;
28
30
ZqbType m_eType;
31
33
int
m_iDim;
34
37
std::string
m_szName
;
38
40
std::string
m_szLabel
;
41
42
}
ZqbHdrField
;
43
44
45
#endif
/* zqb_hdr_field.h */
ZqbHdrField
Definition:
zqb_hdr_field.h:16
ZqbHdrField::m_szName
std::string m_szName
Definition:
zqb_hdr_field.h:37
ZqbHdrField::m_szLabel
std::string m_szLabel
Definition:
zqb_hdr_field.h:40
Generated by
1.8.5