|
Functions |
| cpl_error_code | mos_qc_start_group (const char *qcdic_version, const char *instrument) |
| | Initiate a new QC1 group.
|
| cpl_error_code | mos_qc_end_group () |
| | Close current QC1 PAF file.
|
| cpl_error_code | mos_qc_write_string (const char *name, const char *value, const char *comment, const char *instrument) |
| | Add string parameter to current QC1 group.
|
| cpl_error_code | mos_qc_write_double (const char *name, double value, const char *unit, const char *comment, const char *instrument) |
| | Add double parameter to current QC1 group.
|
| cpl_error_code | mos_qc_keyword_to_paf (cpl_propertylist *header, const char *name, const char *unit, const char *comment, const char *instrument) |
| | Copy a keyword value to the currently active QC1 PAF object.
|
| cpl_error_code | mos_qc_write_qc_double (cpl_propertylist *header, double value, const char *name, const char *unit, const char *comment, const char *instrument) |
| | Write an integer value to the active QC1 PAF object and to a header.
|