Go to the documentation of this file.
137 #if !defined(__INCODEFS_H__)
138 #define __INCODEFS_H__
151 #define DF_SLAVE_CHAR_FLOAT 0x00000001L
152 #define DF_SLAVE_CHAR_LITTLE_ENDIAN 0x00000002L
153 #define DF_SLAVE_CHAR_64BIT 0x00000004L
159 #define DF_INCO_TYPE_MASK_TYPE_ONLY 0x0FFF
160 #define DF_INCO_TYPE_WITH_NAME 0x8000
165 #define DF_INCO_TYPE_INVALID 0x7FFF
168 #define DF_INCO_TYPE_OBJECT 0x0000
169 #define DF_INCO_TYPE_SUBPLUGIN 0x0001
172 #define DF_INCO_TYPE_VARIABLE 0x0100
173 #define DF_INCO_TYPE_UINT64 0x0101
174 #define DF_INCO_TYPE_INT64 0x0102
175 #define DF_INCO_TYPE_UINT32 0x0103
176 #define DF_INCO_TYPE_INT32 0x0104
177 #define DF_INCO_TYPE_UINT16 0x0105
178 #define DF_INCO_TYPE_INT16 0x0106
179 #define DF_INCO_TYPE_UINT8 0x0107
180 #define DF_INCO_TYPE_INT8 0x0108
181 #define DF_INCO_TYPE_DOUBLE 0x0109
182 #define DF_INCO_TYPE_FLOAT 0x010A
183 #define DF_INCO_TYPE_DATETIME 0x010B
184 #define DF_INCO_TYPE_BIT 0x010C
185 #define DF_INCO_TYPE_FIXED64 0x010D
186 #define DF_INCO_TYPE_FIXED32 0x010E
187 // Depricated! Because of inconsistent definition this type should not be used anymore
189 #define DF_INCO_TYPE_DOUBLE_N_FIXED64 0x010F
190 #define DF_INCO_TYPE_FLOAT_N_FIXED32 0x0110
191 #define DF_INCO_TYPE_BOOLEAN 0x0111
192 #define DF_INCO_TYPE_NUMBER_VALUE 0x0112
193 #define DF_INCO_TYPE_POINTER 0x0113
196 #define DF_INCO_TYPE_STRING 0x0200
197 #define DF_INCO_TYPE_FILE 0x0201
198 #define DF_INCO_TYPE_BINARY 0x0202
201 #define DF_INCO_TYPE_PROCEDURE 0x0300
206 #define DF_INCO_FLAG_GET_RESULT_TYPE 0x00010000L
207 #define DF_INCO_FLAG_GET_RESULT_LENGTH 0x00020000L
210 #define DF_INCO_ASYNC_RESULT_STRING_MAX 1024
214 #define DF_INCO_CHAR_READ_ONLY 0x00000001L
215 #define DF_INCO_CHAR_INVISIBLE 0x00000002L
216 #define DF_INCO_CHAR_OBJECT_WITH_VALUE 0x00000004L
217 #define DF_INCO_CHAR_OBJECT_NO_MEMBER 0x00000008L
218 #define DF_INCO_CHAR_MUST_CALL 0x00004000L
219 #define DF_INCO_CHAR_WRITE_ONLY 0x00008000L
220 #define DF_INCO_CHAR_SHOW_EXP 0x00000000L
221 #define DF_INCO_CHAR_SHOW_HEX 0x00000004L
222 #define DF_INCO_CHAR_SHOW_DEC 0x00000008L
223 #define DF_INCO_CHAR_OBJECT_BMP 0x00000010L
224 #define DF_INCO_CHAR_SHOW_FIX 0x0000000CL
225 #define DF_INCO_CHAR_SHOW_DIG_1 0x00000010L
226 #define DF_INCO_CHAR_SHOW_DIG_2 0x00000020L
227 #define DF_INCO_CHAR_SHOW_DIG_3 0x00000030L
228 #define DF_INCO_CHAR_SHOW_DIG_4 0x00000040L
229 #define DF_INCO_CHAR_SHOW_DIG_5 0x00000050L
230 #define DF_INCO_CHAR_SHOW_DIG_6 0x00000060L
231 #define DF_INCO_CHAR_SHOW_DIG_7 0x00000070L
232 #define DF_INCO_CHAR_SHOW_DIG_8 0x00000080L
233 #define DF_INCO_CHAR_SHOW_DIG_9 0x00000090L
234 #define DF_INCO_CHAR_SHOW_DIG_10 0x000000A0L
235 #define DF_INCO_CHAR_SHOW_DIG_11 0x000000B0L
236 #define DF_INCO_CHAR_SHOW_DIG_12 0x000000C0L
237 #define DF_INCO_CHAR_SHOW_DIG_13 0x000000D0L
238 #define DF_INCO_CHAR_SHOW_DIG_14 0x000000E0L
239 #define DF_INCO_CHAR_SHOW_DIG_15 0x000000F0L
240 #define DF_INCO_CHAR_SHOW_ENG_0 0x00000018L
241 #define DF_INCO_CHAR_SHOW_ENG_1 0x00000028L
242 #define DF_INCO_CHAR_SHOW_ENG_2 0x00000038L
243 #define DF_INCO_CHAR_SHOW_ENG_3 0x00000048L
244 #define DF_INCO_CHAR_SHOW_ENG_4 0x00000058L
245 #define DF_INCO_CHAR_SHOW_ENG_5 0x00000068L
246 #define DF_INCO_CHAR_SHOW_ENG_6 0x00000078L
247 #define DF_INCO_CHAR_SHOW_ENG_7 0x00000088L
248 #define DF_INCO_CHAR_SHOW_ENG_8 0x00000098L
249 #define DF_INCO_CHAR_SHOW_ENG_9 0x000000A8L
250 #define DF_INCO_CHAR_SHOW_ENG_10 0x000000B8L
251 #define DF_INCO_CHAR_SHOW_ENG_11 0x000000C8L
252 #define DF_INCO_CHAR_SHOW_ENG_12 0x000000D8L
253 #define DF_INCO_CHAR_SHOW_ENG_13 0x000000E8L
254 #define DF_INCO_CHAR_SHOW_ENG_14 0x000000F8L
255 #define DF_INCO_CHAR_BMP_ID 0x00FF0000L
256 #define DF_INCO_CHAR_HASCOMBOBOX 0x01000000L
257 #define DF_INCO_CHAR_MUSTDELETE 0x02000000L
258 #define DF_INCO_CHAR_INTERNALUSE 0x04000000L
259 #define DF_INCO_CHAR_HASEXTCONFIG 0x08000000l
260 #define DF_INCO_CHAR_TOUCHED 0x80000000L
265 #define DF_INCO_CHAR2_COLORS 0x00000001l
266 #define DF_INCO_CHAR2_PERSISTENT 0x00000002l
267 #define DF_INCO_CHAR2_TRIGGER_SUPP 0x00000004l
268 #define DF_INCO_CHAR2_ALIGN_RIGHT 0x00000008l
269 #define DF_INCO_CHAR2_ALIGN_LEFT 0x00000010l
270 #define DF_INCO_CHAR2_ALIGN_CENTER 0x00000018l
271 #define DF_INCO_CHAR2_ALIGN_MASK 0x00000018l
272 #define DF_INCO_CHAR2_ASYNC_RESULT 0x00000020l
273 #define DF_INCO_CHAR2_RET_MCRESULT 0x00000040l
274 #define DF_INCO_CHAR2_OVERSAMPLED 0x00000080l
275 #define DF_INCO_CHAR2_RETURN_RAW_VALUE 0x00000100L
276 #define DF_INCO_CHAR2_SYMBOL_ADDRESS 0x00000200L
277 #define DF_INCO_CHAR2_OBJECT_ADDRESS 0x00000400L
278 #define DF_INCO_CHAR2_EXT_PARAMS 0x00000800L
281 #endif // __INCODEFS_H__
Generated by
1.8.8