00001 00023 #ifndef __ANALOGY_TYPES__ 00024 #define __ANALOGY_TYPES__ 00025 00026 #ifndef DOXYGEN_CPP 00027 00028 /* --- Misc precompilation constants --- */ 00029 00030 #define A4L_DEFAULT_BFSIZE 0x1000 00031 #define A4L_NAMELEN 20 00032 00033 /* --- Common Analogy types --- */ 00034 00035 typedef unsigned short sampl_t; 00036 typedef unsigned long lsampl_t; 00037 00038 #endif /* !DOXYGEN_CPP */ 00039 00040 #endif /* __ANALOGY_TYPES__ */