![]() |
libsigrokdecode
0.5.3
sigrok protocol decoding library
|
Version number querying functions, definitions, and macros. More...
Include dependency graph for version.c:Go to the source code of this file.
Functions | |
| int | srd_package_version_major_get (void) |
| Get the major libsigrokdecode package version number. More... | |
| int | srd_package_version_minor_get (void) |
| Get the minor libsigrokdecode package version number. More... | |
| int | srd_package_version_micro_get (void) |
| Get the micro libsigrokdecode package version number. More... | |
| const char * | srd_package_version_string_get (void) |
| Get the libsigrokdecode package version number as a string. More... | |
| int | srd_lib_version_current_get (void) |
| Get the "current" part of the libsigrokdecode library version number. More... | |
| int | srd_lib_version_revision_get (void) |
| Get the "revision" part of the libsigrokdecode library version number. More... | |
| int | srd_lib_version_age_get (void) |
| Get the "age" part of the libsigrokdecode library version number. More... | |
| const char * | srd_lib_version_string_get (void) |
| Get the libsigrokdecode library version number as a string. More... | |
| GSList * | srd_buildinfo_libs_get (void) |
| char * | srd_buildinfo_host_get (void) |
Version number querying functions, definitions, and macros.
Definition in file version.c.
1.8.10