libjaylink
0.2.0
Library to access J-Link devices
|
Package and library version functions. More...
#include "libjaylink.h"
Functions | |
int | jaylink_version_package_get_major (void) |
Get the major version number of the libjaylink package. More... | |
int | jaylink_version_package_get_minor (void) |
Get the minor version number of the libjaylink package. More... | |
int | jaylink_version_package_get_micro (void) |
Get the micro version number of the libjaylink package. More... | |
const char * | jaylink_version_package_get_string (void) |
Get the version number string of the libjaylink package. More... | |
int | jaylink_version_library_get_current (void) |
Get the current version number of the libjaylink libtool interface. More... | |
int | jaylink_version_library_get_revision (void) |
Get the revision version number of the libjaylink libtool interface. More... | |
int | jaylink_version_library_get_age (void) |
Get the age version number of the libjaylink libtool interface. More... | |
const char * | jaylink_version_library_get_string (void) |
Get the version number string of the libjaylink libtool interface. More... | |
Package and library version functions.
int jaylink_version_library_get_age | ( | void | ) |
Get the age version number of the libjaylink libtool interface.
int jaylink_version_library_get_current | ( | void | ) |
Get the current version number of the libjaylink libtool interface.
int jaylink_version_library_get_revision | ( | void | ) |
Get the revision version number of the libjaylink libtool interface.
const char* jaylink_version_library_get_string | ( | void | ) |
Get the version number string of the libjaylink libtool interface.
int jaylink_version_package_get_major | ( | void | ) |
Get the major version number of the libjaylink package.
int jaylink_version_package_get_micro | ( | void | ) |
Get the micro version number of the libjaylink package.
int jaylink_version_package_get_minor | ( | void | ) |
Get the minor version number of the libjaylink package.
const char* jaylink_version_package_get_string | ( | void | ) |
Get the version number string of the libjaylink package.