The initialization and finalization part of the API is used to setup PDI, release its resources and check version information. More...
Functions | |
| PDI_status_t | PDI_init (PC_tree_t conf) |
| Initializes PDI. | |
| PDI_status_t | PDI_finalize (void) |
| Finalizes PDI. | |
| PDI_status_t | PDI_version (unsigned long *provided, unsigned long expected) |
| Checks PDI API version. | |
The initialization and finalization part of the API is used to setup PDI, release its resources and check version information.
The initialization and finalization part of the API is used to setup PDI, release its resources and check version information.
| PDI_status_t PDI_init | ( | PC_tree_t | conf | ) |
| PDI_status_t PDI_finalize | ( | void | ) |
Finalizes PDI.
| PDI_status_t PDI_version | ( | unsigned long * | provided, |
| unsigned long | expected ) |
Checks PDI API version.
| [out] | provided | version if non-null it is filled with the provided API version |
| [in] | expected | if non-zero the expected API version |