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 
0036 $#ifndef __TEST1_FD
0037 $#define __TEST1_FD
0038 
0039 *base 1100
0040 
0041 T1_CHAR_FLD             11      char    - 1 Chart test field 1
0042 T1_CHAR_2_FLD           12      char    - 1 Chart test field 2
0043 T1_CHAR_3_FLD           13      char    - 1 Chart test field 3
0044 T1_SHORT_FLD            14      short   - 1 Short test field 1
0045 T1_SHORT_2_FLD          15      short   - 1 Short test field 2
0046 T1_SHORT_3_FLD          16      short   - 1 Short test field 3
0047 T1_LONG_FLD             17      long    - 1 Long test field 1
0048 T1_LONG_2_FLD           18      long    - 1 Long test field 2
0049 T1_LONG_3_FLD           19      long    - 1 Long test field 3
0050 T1_FLOAT_FLD            20      float   - 1 Float test field 1
0051 T1_FLOAT_2_FLD          21      float   - 1 Float test field 2
0052 T1_FLOAT_3_FLD          22      float   - 1 Float test field 3
0053 T1_DOUBLE_FLD           23      double  - 1 Double test field 1
0054 T1_DOUBLE_2_FLD         24      double  - 1 Double test field 2
0055 T1_DOUBLE_3_FLD         25      double  - 1 Double test field 3
0056 T1_DOUBLE_4_FLD         26      double  - 1 Double test field 4
0057 T1_STRING_FLD           27      string  - 1 String test field 1
0058 T1_STRING_2_FLD         28      string  - 1 String test field 2
0059 T1_STRING_3_FLD         29      string  - 1 String test field 3
0060 T1_STRING_4_FLD         30      string  - 1 String test field 4
0061 T1_STRING_5_FLD         31      string  - 1 String test field 5
0062 T1_STRING_6_FLD         32      string  - 1 String test field 6
0063 T1_STRING_7_FLD         33      string  - 1 String test field 7
0064 T1_STRING_8_FLD         34      string  - 1 String test field 8
0065 T1_STRING_9_FLD         35      string  - 1 String test field 9
0066 T1_STRING_10_FLD        36      string  - 1 String test field 10
0067 T1_CARRAY_FLD           37      carray  - 1 Carray test field 1
0068 T1_CARRAY_2_FLD         38      carray  - 1 Carray test field 2
0069 T1_CARRAY_3_FLD         39      carray  - 1 Carray test field 3
0070 
0071 
0072 $#endif
0073 
0074 $/* vim: set ts=4 sw=4 et smartindent: */