Back to home page

Enduro/X

 
 

    


0001 /**
0002  * @brief Test UD file
0003  *   Using values from here for test UBF library.
0004  *
0005  * @file test1.fd.h
0006  */
0007 /* -----------------------------------------------------------------------------
0008  * Enduro/X Middleware Platform for Distributed Transaction Processing
0009  * Copyright (C) 2009-2016, ATR Baltic, Ltd. All Rights Reserved.
0010  * Copyright (C) 2017-2023, Mavimax, Ltd. All Rights Reserved.
0011  * This software is released under one of the following licenses:
0012  * AGPL (with Java and Go exceptions) or Mavimax's license for commercial use.
0013  * See LICENSE file for full text.
0014  * -----------------------------------------------------------------------------
0015  * AGPL license:
0016  *
0017  * This program is free software; you can redistribute it and/or modify it under
0018  * the terms of the GNU Affero General Public License, version 3 as published
0019  * by the Free Software Foundation;
0020  *
0021  * This program is distributed in the hope that it will be useful, but WITHOUT ANY
0022  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
0023  * PARTICULAR PURPOSE. See the GNU Affero General Public License, version 3
0024  * for more details.
0025  *
0026  * You should have received a copy of the GNU Affero General Public License along 
0027  * with this program; if not, write to the Free Software Foundation, Inc.,
0028  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
0029  *
0030  * -----------------------------------------------------------------------------
0031  * A commercial use license is available from Mavimax, Ltd
0032  * contact@mavimax.com
0033  * -----------------------------------------------------------------------------
0034  */
0035 #ifndef __TEST1_FD
0036 #define __TEST1_FD
0037 /*  fname   bfldid            */
0038 /*  -----   -----            */
0039 #define T1_CHAR_FLD ((BFLDID32)67109975)    /* number: 1111  type: char */
0040 #define T1_CHAR_2_FLD   ((BFLDID32)67109976)    /* number: 1112  type: char */
0041 #define T1_CHAR_3_FLD   ((BFLDID32)67109977)    /* number: 1113  type: char */
0042 #define T1_SHORT_FLD    ((BFLDID32)1114)    /* number: 1114  type: short */
0043 #define T1_SHORT_2_FLD  ((BFLDID32)1115)    /* number: 1115  type: short */
0044 #define T1_SHORT_3_FLD  ((BFLDID32)1116)    /* number: 1116  type: short */
0045 #define T1_LONG_FLD ((BFLDID32)33555549)    /* number: 1117  type: long */
0046 #define T1_LONG_2_FLD   ((BFLDID32)33555550)    /* number: 1118  type: long */
0047 #define T1_LONG_3_FLD   ((BFLDID32)33555551)    /* number: 1119  type: long */
0048 #define T1_FLOAT_FLD    ((BFLDID32)100664416)   /* number: 1120  type: float */
0049 #define T1_FLOAT_2_FLD  ((BFLDID32)100664417)   /* number: 1121  type: float */
0050 #define T1_FLOAT_3_FLD  ((BFLDID32)100664418)   /* number: 1122  type: float */
0051 #define T1_DOUBLE_FLD   ((BFLDID32)134218851)   /* number: 1123  type: double */
0052 #define T1_DOUBLE_2_FLD ((BFLDID32)134218852)   /* number: 1124  type: double */
0053 #define T1_DOUBLE_3_FLD ((BFLDID32)134218853)   /* number: 1125  type: double */
0054 #define T1_DOUBLE_4_FLD ((BFLDID32)134218854)   /* number: 1126  type: double */
0055 #define T1_STRING_FLD   ((BFLDID32)167773287)   /* number: 1127  type: string */
0056 #define T1_STRING_2_FLD ((BFLDID32)167773288)   /* number: 1128  type: string */
0057 #define T1_STRING_3_FLD ((BFLDID32)167773289)   /* number: 1129  type: string */
0058 #define T1_STRING_4_FLD ((BFLDID32)167773290)   /* number: 1130  type: string */
0059 #define T1_STRING_5_FLD ((BFLDID32)167773291)   /* number: 1131  type: string */
0060 #define T1_STRING_6_FLD ((BFLDID32)167773292)   /* number: 1132  type: string */
0061 #define T1_STRING_7_FLD ((BFLDID32)167773293)   /* number: 1133  type: string */
0062 #define T1_STRING_8_FLD ((BFLDID32)167773294)   /* number: 1134  type: string */
0063 #define T1_STRING_9_FLD ((BFLDID32)167773295)   /* number: 1135  type: string */
0064 #define T1_STRING_10_FLD    ((BFLDID32)167773296)   /* number: 1136  type: string */
0065 #define T1_CARRAY_FLD   ((BFLDID32)201327729)   /* number: 1137  type: carray */
0066 #define T1_CARRAY_2_FLD ((BFLDID32)201327730)   /* number: 1138  type: carray */
0067 #define T1_CARRAY_3_FLD ((BFLDID32)201327731)   /* number: 1139  type: carray */
0068 #endif
0069 /* vim: set ts=4 sw=4 et smartindent: */