libsigrok
|
#include "sigrok.h"
Go to the source code of this file.
Functions | |
SR_API int | sr_package_version_major_get (void) |
SR_API int | sr_package_version_minor_get (void) |
SR_API int | sr_package_version_micro_get (void) |
SR_API const char * | sr_package_version_string_get (void) |
SR_API int | sr_lib_version_current_get (void) |
SR_API int | sr_lib_version_revision_get (void) |
SR_API int | sr_lib_version_age_get (void) |
SR_API const char * | sr_lib_version_string_get (void) |
SR_API int sr_lib_version_age_get | ( | void | ) |
Definition at line 53 of file version.c.
References SR_LIB_VERSION_AGE.
SR_API int sr_lib_version_current_get | ( | void | ) |
Definition at line 43 of file version.c.
References SR_LIB_VERSION_CURRENT.
SR_API int sr_lib_version_revision_get | ( | void | ) |
Definition at line 48 of file version.c.
References SR_LIB_VERSION_REVISION.
SR_API const char* sr_lib_version_string_get | ( | void | ) |
Definition at line 58 of file version.c.
References SR_LIB_VERSION_STRING.
SR_API int sr_package_version_major_get | ( | void | ) |
Definition at line 23 of file version.c.
References SR_PACKAGE_VERSION_MAJOR.
SR_API int sr_package_version_micro_get | ( | void | ) |
Definition at line 33 of file version.c.
References SR_PACKAGE_VERSION_MICRO.
SR_API int sr_package_version_minor_get | ( | void | ) |
Definition at line 28 of file version.c.
References SR_PACKAGE_VERSION_MINOR.
SR_API const char* sr_package_version_string_get | ( | void | ) |
Definition at line 38 of file version.c.
References SR_PACKAGE_VERSION_STRING.