|
WCSLIB
4.25.1
|
Store for DPja and DQia keyrecords. More...
#include <dis.h>
Data Fields | |
| char | field [72] |
| int | j |
| int | type |
| union { | |
| int i | |
| double f | |
| } | value |
The dpkey struct is used to pass the parsed contents of DPja and DQia keyrecords to disset() via the disprm struct.
All members of this struct are to be set by the user.
| char dpkey::field |
(Given) The full field name of the record, including the keyword name. Note that the colon delimiter separating the field name and the value in record-valued keyvalues is not part of the field name. For example, in the following:
the full record field name is "DP3A.AXIS.1", and the record's value is 2.
| int dpkey::j |
(Given) Axis number (1-relative), i.e. the j in DPja or i in DQia.
| int dpkey::type |
(Given) The data type of the record's value
| int dpkey::i |
| double dpkey::f |
| union dpkey::value |
(Given) A union comprised of
the record's value.
1.8.9.1