|  | EDT PCD SDK Documentation 6.2.1
    | 
| Data Structures | |
| struct | libedt_version | 
| EDT library version structure.  More... | |
| Typedefs | |
| typedef struct libedt_version | libedt_version_t | 
| EDT library version structure. | |
| Functions | |
| const libedt_version_t * | libedt_get_version (void) | 
| Get detailed EDT library version information.  More... | |
| const char * | libedt_get_version_str (void) | 
| Get EDT library version as a string.  More... | |
| const char * | libedt_get_version_str_full (void) | 
| Get EDT library version as a detailed string.  More... | |
| const char * | libedt_compiled_by (void) | 
| Get simple version string of compiler used to build the EDT library.  More... | |
This file provides both compile-time macros and run-time functions to get the version of the EDT library.
Compile-time macros may be used to write pre-processor logic to support building against different versions of the EDT library.
The version getter functions may be useful to check the library version in use at runtime.
| const libedt_version_t * libedt_get_version | ( | void | ) | 
Get detailed EDT library version information.
| const char * libedt_get_version_str | ( | void | ) | 
Get EDT library version as a string.
Example: "1.2.3-rc4"
| const char * libedt_get_version_str_full | ( | void | ) | 
Get EDT library version as a detailed string.
Example: "1.2.3-rc4+20210214124523.asdf1234"
| const char * libedt_compiled_by | ( | void | ) | 
Get simple version string of compiler used to build the EDT library.