• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

epics/apps/cbm/cbmApp/src/devcaDIMInterfaceSoft_globals.h (r4864/r2274)

Go to the documentation of this file.
00001 /*
00002  * devcaDIMInterfaceSoft_globals.h
00003  *
00004  *  Created on: 11.03.2011
00005  *      Author: zumbruch
00006  */
00007 
00008 #ifndef DEVCADIMINTERFACESOFT_GLOBALS_H_
00009 #define DEVCADIMINTERFACESOFT_GLOBALS_H_
00010 
00011 typedef enum {
00012    DIMaiRecord
00013    ,DIMaoRecord
00014    ,DIMbiRecord
00015    ,DIMboRecord
00016    ,DIMmbbiRecord
00017    ,DIMmbboRecord
00018    ,DIMmbbiDirectRecord
00019    ,DIMmbboDirectRecord
00020    ,DIMstringinRecord
00021    ,DIMstringoutRecord
00022    ,DIMlonginRecord
00023    ,DIMlongoutRecord
00024    ,DIMsubArrayRecord
00025    ,DIMwaveformRecord
00026    /*   ,DIMgenSubRecord */
00027    /*   ,DIMaSubRecord */
00028    ,DIMLastDummyEntry
00029 } DIMInterfaceSupportedRecords;
00030 
00031 typedef enum {
00032    DIMDataTypeChar
00033    ,DIMDataTypeInt
00034    ,DIMDataTypeLong
00035    ,DIMDataTypeShort
00036    ,DIMDataTypeDouble
00037    ,DIMDataTypeFloat
00038    ,DIMDataTypeXtraLong
00039    ,DIMDataTypeLastDummyEntry
00040 } DIMInterfaceSupportedDIMDataTypes;
00041 
00042 
00043 typedef enum
00044 {
00045    DIMextensionsComplexStructure_String
00046 #ifdef DABC_SUPPORT
00047    ,DIMextensionsComplexStructure_DABC
00048 #endif
00049    ,DIMextensionsComplexStructure_DummyEntry
00050 
00051 } DIMextensionsComplexStructureIndexes;
00052 
00053 
00054 #endif /* DEVCADIMINTERFACESOFT_GLOBALS_H_ */

Generated on Tue Dec 10 2013 04:52:22 for ROCsoft by  doxygen 1.7.1