![]() |
PK_REPORT_create |
PK_ERROR_code_t PK_REPORT_create
(
--- received arguments ---
const char *name, --- name of report
--- returned arguments ---
PK_REPORT_t *const report --- identifier of report
)
This function creates a 'report' with the given 'name'.
Specific Errors:
PK_ERROR_bad_name name is too long or a report with this name
already exists (MILD)
PK_ERROR_not_found cannot create new report (MILD)