libsigrok  0.4.0
sigrok hardware access and backend library
Functions
version.c File Reference

Version number querying functions, definitions, and macros. More...

#include <config.h>
#include <libsigrok/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. More...
 
int sr_package_version_minor_get (void)
 Get the minor libsigrok package version number. More...
 
int sr_package_version_micro_get (void)
 Get the micro libsigrok package version number. More...
 
const char * sr_package_version_string_get (void)
 Get the libsigrok package version number as a string. More...
 
int sr_lib_version_current_get (void)
 Get the "current" part of the libsigrok library version number. More...
 
int sr_lib_version_revision_get (void)
 Get the "revision" part of the libsigrok library version number. More...
 
int sr_lib_version_age_get (void)
 Get the "age" part of the libsigrok library version number. More...
 
const char * sr_lib_version_string_get (void)
 Get the libsigrok library version number as a string. More...
 

Detailed Description

Version number querying functions, definitions, and macros.

Definition in file version.c.