COMEDI_SET_GLOBAL_OOR_BEHAVIOR(3)
NAME
comedi_set_global_oor_behavior - out-of-range behavior
SYNOPSIS
#include <comedilib.h> int comedi_set_global_oor_behavior (enum comedi_oor_behavior behavior);
STATUS
alpha
DESCRIPTION
This function changes the Comedilib out-of-range behavior. This currently affects the behavior of comedi_to_phys() when converting endpoint sample values, that is, sample values equal to 0 or maxdata. If
the out-of-range behavior is set to COMEDI_OOR_NAN, endpoint values are
converted to NAN. If the out-of-range behavior is set to
COMEDI_OOR_NUMBER, the endpoint values are converted similarly to other
values.
- The previous out-of-range behavior is returned.