![]() |
libsigrok
0.3.0
sigrok hardware access and backend library
|
Version number querying functions, definitions, and macros. More...
#include "libsigrok.h"
Include dependency graph for version.c:Go to the source code of this file.
Functions | |
| int | sr_package_version_major_get (void) |
| Get the major libsigrok package version number. | |
| int | sr_package_version_minor_get (void) |
| Get the minor libsigrok package version number. | |
| int | sr_package_version_micro_get (void) |
| Get the micro libsigrok package version number. | |
| const char * | sr_package_version_string_get (void) |
| Get the libsigrok package version number as a string. | |
| int | sr_lib_version_current_get (void) |
| Get the "current" part of the libsigrok library version number. | |
| int | sr_lib_version_revision_get (void) |
| Get the "revision" part of the libsigrok library version number. | |
| int | sr_lib_version_age_get (void) |
| Get the "age" part of the libsigrok library version number. | |
| const char * | sr_lib_version_string_get (void) |
| Get the libsigrok library version number as a string. | |
Version number querying functions, definitions, and macros.
Definition in file version.c.
1.7.6.1