comedi_board_info: improve display of external ranges.
[comedilib.git] / perl / typemap
1 TYPEMAP
2 const char *    T_PV
3
4 lsampl_t        T_U_INT
5 sampl_t T_U_SHORT
6
7 comedi_t *      T_PTRREF
8 comedi_sv_t *   T_PTRREF
9 comedi_range *  T_PTRREF
10
11 # these are buffers: perl scalar holding binary data
12 #
13 comedi_trig *   T_PV
14 comedi_cmd *    T_PV
15 sampl_t *       T_PV
16 lsampl_t *      T_PV
17 double *        T_PV
18 buffer_t *      T_PV
19
20 Trigger *       T_PTROBJ
21