The cal argument for getcal and putcal is a pointer
to an object of type DB_Calinfo. A DB_Calinfo object
contains information about signals of a specified type:
char *sigtype
sigtype is an exact match to
(or a prefix of) the desc field of the DB_Siginfo object
that describes a matching signal.
char *units
units field of
a DB_Calinfo structure must exactly match the units field of
the DB_Siginfo structure that describes a matching signal.
double scale
scale as a
default. Except in unusual circumstances, signals of different types
should be plotted at equal multiples of their respective scales.
double low
double high
low is zero, and high is the pulse amplitude.
int caltype
caltype is even if signals of
the corresponding sigtype are AC-coupled, and odd if they are
DC-coupled.
The calibration list is a memory-resident linked list of DB_Calinfo
structures. It is accessible only via calopen, getcal,
putcal, newcal, and flushcal.
Go to the first, previous, next, last section, table of contents.