Xenomai API  2.6.5
types.h
Go to the documentation of this file.
1 
23 #ifndef __ANALOGY_TYPES__
24 #define __ANALOGY_TYPES__
25 
26 #ifndef DOXYGEN_CPP
27 
28 /* --- Misc precompilation constant --- */
29 #define A4L_NAMELEN 20
30 
31 /* --- Common Analogy types --- */
32 
33 typedef unsigned short sampl_t;
34 typedef unsigned long lsampl_t;
35 
36 #endif /* !DOXYGEN_CPP */
37 
38 #endif /* __ANALOGY_TYPES__ */