gwenhywfar  4.7.0beta
gwen_sar_fileheader.h
Go to the documentation of this file.
1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "gwen_sar_fileheader.xml".
4  * Please do not edit this file, all changes will be lost.
5  * Better edit the mentioned source file instead.
6  **********************************************************/
7 
8 #ifndef GWEN_SAR_FILEHEADER_H
9 #define GWEN_SAR_FILEHEADER_H
10 
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /* define GWEN_SAR_FILEHEADER_FLAGS */
17 #define GWEN_SAR_FILEHEADER_FLAGS_SIGNED 0x00000001
18 
19 
20 /* needed system headers */
21 #include <gwenhywfar/types.h>
22 #include <gwenhywfar/list1.h>
23 #include <gwenhywfar/list2.h>
24 
25 /* pre-headers */
26 #include <gwenhywfar/syncio_file.h>
27 #include <gwenhywfar/gwentime.h>
28 
32 
33 
34 typedef enum {
41 
42 
43 typedef enum {
48 
49 
50 /* post-headers */
51 
52 
54 
56 
58 
60 
63 
66 
68 
70 
75 
80 
85 
90 
95 
100 
105 
110 
115 
120 
125 
130 
134 GWENHYWFAR_API void GWEN_SarFileHeader_SetFlags(GWEN_SAR_FILEHEADER *p_struct, uint32_t p_src);
135 
139 GWENHYWFAR_API void GWEN_SarFileHeader_AddFlags(GWEN_SAR_FILEHEADER *p_struct, uint32_t p_src);
140 
144 GWENHYWFAR_API void GWEN_SarFileHeader_SubFlags(GWEN_SAR_FILEHEADER *p_struct, uint32_t p_src);
145 
149 GWENHYWFAR_API void GWEN_SarFileHeader_SetPath(GWEN_SAR_FILEHEADER *p_struct, const char *p_src);
150 
155 
160 
165 
170 
175 
180 
185 
190 
191 GWENHYWFAR_API GWEN_SAR_FILEHEADER_LIST *GWEN_SarFileHeader_List_dup(const GWEN_SAR_FILEHEADER_LIST *p_src);
192 
193 #ifdef __cplusplus
194 }
195 #endif
196 
197 #endif
198