46 giraffe_qclog_open(cxsize
id)
49 cx_string *name = cx_string_new();
51 cpl_propertylist *properties = NULL;
56 cx_string_sprintf(name,
"qc%04" CX_PRINTF_FORMAT_SIZE_TYPE
".paf",
id);
58 self = giraffe_paf_new(cx_string_get(name),
"QC1 parameters", NULL, NULL);
60 cx_string_delete(name);
63 properties = giraffe_paf_get_properties(
self);
64 cpl_propertylist_append_string(properties,
"QC.DID", QC_DID);
65 cpl_propertylist_set_comment(properties,
"QC.DID",
"QC1 dictionary");
73 giraffe_qclog_close(GiPaf *qclog)
80 status = giraffe_paf_write(qclog);
81 giraffe_paf_delete(qclog);