libsigrok
Functions
version.c File Reference
#include "sigrok.h"
Include dependency graph for version.c:

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)

Function Documentation

Definition at line 53 of file version.c.

References SR_LIB_VERSION_AGE.

Definition at line 43 of file version.c.

References SR_LIB_VERSION_CURRENT.

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.

Definition at line 23 of file version.c.

References SR_PACKAGE_VERSION_MAJOR.

Definition at line 33 of file version.c.

References SR_PACKAGE_VERSION_MICRO.

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines