![]() |
RTXI 1.3
|
#include <stdio.h>#include <math.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <sys/ioctl.h>#include <errno.h>#include <string.h>#include "libinternal.h"Go to the source code of this file.
Defines | |
| #define | __USE_GNU |
| #define | NAN |
Functions | |
| EXPORT_ALIAS_DEFAULT (_comedi_set_global_oor_behavior, comedi_set_global_oor_behavior, 0.7.18) | |
| enum comedi_oor_behavior | _comedi_set_global_oor_behavior (enum comedi_oor_behavior behavior) |
| EXPORT_ALIAS_DEFAULT (_comedi_to_phys, comedi_to_phys, 0.7.18) | |
| double | _comedi_to_phys (lsampl_t data, comedi_range *rng, lsampl_t maxdata) |
| EXPORT_ALIAS_DEFAULT (_comedi_from_phys, comedi_from_phys, 0.7.18) | |
| lsampl_t | _comedi_from_phys (double data, comedi_range *rng, lsampl_t maxdata) |
| EXPORT_ALIAS_DEFAULT (_comedi_find_range, comedi_find_range, 0.7.18) | |
| int | _comedi_find_range (comedi_t *it, unsigned int subd, unsigned int chan, unsigned int unit, double min, double max) |
| EXPORT_ALIAS_DEFAULT (_comedi_get_n_ranges, comedi_get_n_ranges, 0.7.18) | |
| int | _comedi_get_n_ranges (comedi_t *it, unsigned int subd, unsigned int chan) |
| EXPORT_ALIAS_DEFAULT (_comedi_range_is_chan_specific, comedi_range_is_chan_specific, 0.7.18) | |
| int | _comedi_range_is_chan_specific (comedi_t *it, unsigned int subd) |
| EXPORT_ALIAS_DEFAULT (_comedi_sampl_to_phys, comedi_sampl_to_phys, 0.7.18) | |
| int | _comedi_sampl_to_phys (double *dest, int dst_stride, sampl_t *src, int src_stride, comedi_range *rng, lsampl_t maxdata, int n) |
| EXPORT_ALIAS_DEFAULT (_comedi_sampl_from_phys, comedi_sampl_from_phys, 0.7.18) | |
| int | _comedi_sampl_from_phys (sampl_t *dest, int dst_stride, double *src, int src_stride, comedi_range *rng, lsampl_t maxdata, int n) |
| #define NAN |
| int _comedi_find_range | ( | comedi_t * | it, |
| unsigned int | subd, | ||
| unsigned int | chan, | ||
| unsigned int | unit, | ||
| double | min, | ||
| double | max | ||
| ) |
| lsampl_t _comedi_from_phys | ( | double | data, |
| comedi_range * | rng, | ||
| lsampl_t | maxdata | ||
| ) |
| int _comedi_get_n_ranges | ( | comedi_t * | it, |
| unsigned int | subd, | ||
| unsigned int | chan | ||
| ) |
| int _comedi_range_is_chan_specific | ( | comedi_t * | it, |
| unsigned int | subd | ||
| ) |
| int _comedi_sampl_from_phys | ( | sampl_t * | dest, |
| int | dst_stride, | ||
| double * | src, | ||
| int | src_stride, | ||
| comedi_range * | rng, | ||
| lsampl_t | maxdata, | ||
| int | n | ||
| ) |
| int _comedi_sampl_to_phys | ( | double * | dest, |
| int | dst_stride, | ||
| sampl_t * | src, | ||
| int | src_stride, | ||
| comedi_range * | rng, | ||
| lsampl_t | maxdata, | ||
| int | n | ||
| ) |
| enum comedi_oor_behavior _comedi_set_global_oor_behavior | ( | enum comedi_oor_behavior | behavior | ) |
| double _comedi_to_phys | ( | lsampl_t | data, |
| comedi_range * | rng, | ||
| lsampl_t | maxdata | ||
| ) |
| EXPORT_ALIAS_DEFAULT | ( | _comedi_get_n_ranges | , |
| comedi_get_n_ranges | , | ||
| 0.7. | 18 | ||
| ) |
| EXPORT_ALIAS_DEFAULT | ( | _comedi_sampl_from_phys | , |
| comedi_sampl_from_phys | , | ||
| 0.7. | 18 | ||
| ) |
| EXPORT_ALIAS_DEFAULT | ( | _comedi_find_range | , |
| comedi_find_range | , | ||
| 0.7. | 18 | ||
| ) |
| EXPORT_ALIAS_DEFAULT | ( | _comedi_to_phys | , |
| comedi_to_phys | , | ||
| 0.7. | 18 | ||
| ) |
| EXPORT_ALIAS_DEFAULT | ( | _comedi_set_global_oor_behavior | , |
| comedi_set_global_oor_behavior | , | ||
| 0.7. | 18 | ||
| ) |
| EXPORT_ALIAS_DEFAULT | ( | _comedi_sampl_to_phys | , |
| comedi_sampl_to_phys | , | ||
| 0.7. | 18 | ||
| ) |
| EXPORT_ALIAS_DEFAULT | ( | _comedi_range_is_chan_specific | , |
| comedi_range_is_chan_specific | , | ||
| 0.7. | 18 | ||
| ) |
| EXPORT_ALIAS_DEFAULT | ( | _comedi_from_phys | , |
| comedi_from_phys | , | ||
| 0.7. | 18 | ||
| ) |