• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/home/pascal/depot/filedata/src/epr/epr_field.h

00001 /*
00002  * $Id: epr__field_8h_source.html,v 1.11 2013/02/14 16:57:54 pascal Exp $
00003  *
00004  * Copyright (C) 2002 by Brockmann Consult (info@brockmann-consult.de)
00005  *
00006  * This program is free software; you can redistribute it and/or modify it
00007  * under the terms of the GNU General Public License as published by the
00008  * Free Software Foundation. This program is distributed in the hope it will
00009  * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
00010  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00011  * See the GNU General Public License for more details.
00012  *
00013  * You should have received a copy of the GNU General Public License
00014  * along with this program; if not, write to the Free Software
00015  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00016  */
00017 
00018 #ifndef EPR_FIELD_H_INCL
00019 #define EPR_FIELD_H_INCL
00020 
00021 #ifdef __cplusplus
00022 extern "C"
00023 {
00024 #endif
00025 
00026 #include <stdio.h> /* just to get the ANSI-C type FILE */
00027 
00032 struct EPR_FieldInfo
00033 {
00037     char* name;
00038 
00042     EPR_EDataTypeId data_type_id;
00043 
00047     uint num_elems;
00048 
00052     char* unit;
00053 
00057     char* description;
00058 
00064     uint tot_size;
00065 };
00066 
00067 EPR_SFieldInfo* epr_create_field_info(EPR_EDataTypeId data_type_id, char* description, char* field_name, uint num_elems, uint num_bytes, uint more_count, char* unit);
00068 EPR_SField* epr_create_field(EPR_SFieldInfo* field_info);
00069 void epr_free_field_info(EPR_SFieldInfo* field_info);
00070 void epr_free_field(EPR_SField* field);
00071 
00072 #ifdef __cplusplus
00073 } /* extern "C" */
00074 #endif
00075 
00076 #endif
00077 /* #ifndef EPR_FIELD_H_INCL */

Generated on Thu Feb 14 2013 17:59:03 for filedata.kdevelop by  doxygen 1.7.1