OpenOCD
|
Package and library version functions. More...
Go to the source code of this file.
Functions | |
JAYLINK_API int | jaylink_version_library_get_age (void) |
Get the age version number of the libjaylink libtool interface. More... | |
JAYLINK_API int | jaylink_version_library_get_current (void) |
Get the current version number of the libjaylink libtool interface. More... | |
JAYLINK_API int | jaylink_version_library_get_revision (void) |
Get the revision version number of the libjaylink libtool interface. More... | |
JAYLINK_API const char * | jaylink_version_library_get_string (void) |
Get the version number string of the libjaylink libtool interface. More... | |
JAYLINK_API int | jaylink_version_package_get_major (void) |
Get the major version number of the libjaylink package. More... | |
JAYLINK_API int | jaylink_version_package_get_micro (void) |
Get the micro version number of the libjaylink package. More... | |
JAYLINK_API int | jaylink_version_package_get_minor (void) |
Get the minor version number of the libjaylink package. More... | |
JAYLINK_API const char * | jaylink_version_package_get_string (void) |
Get the version number string of the libjaylink package. More... | |
Package and library version functions.
Definition in file version.c.
JAYLINK_API int jaylink_version_library_get_age | ( | void | ) |
Get the age version number of the libjaylink libtool interface.
Definition at line 111 of file version.c.
References JAYLINK_VERSION_LIBRARY_AGE.
JAYLINK_API int jaylink_version_library_get_current | ( | void | ) |
Get the current version number of the libjaylink libtool interface.
Definition at line 86 of file version.c.
References JAYLINK_VERSION_LIBRARY_CURRENT.
JAYLINK_API int jaylink_version_library_get_revision | ( | void | ) |
Get the revision version number of the libjaylink libtool interface.
Definition at line 99 of file version.c.
References JAYLINK_VERSION_LIBRARY_REVISION.
JAYLINK_API const char* jaylink_version_library_get_string | ( | void | ) |
Get the version number string of the libjaylink libtool interface.
Definition at line 125 of file version.c.
References JAYLINK_VERSION_LIBRARY_STRING.
JAYLINK_API int jaylink_version_package_get_major | ( | void | ) |
Get the major version number of the libjaylink package.
Definition at line 35 of file version.c.
References JAYLINK_VERSION_PACKAGE_MAJOR.
JAYLINK_API int jaylink_version_package_get_micro | ( | void | ) |
Get the micro version number of the libjaylink package.
Definition at line 59 of file version.c.
References JAYLINK_VERSION_PACKAGE_MICRO.
JAYLINK_API int jaylink_version_package_get_minor | ( | void | ) |
Get the minor version number of the libjaylink package.
Definition at line 47 of file version.c.
References JAYLINK_VERSION_PACKAGE_MINOR.
JAYLINK_API const char* jaylink_version_package_get_string | ( | void | ) |
Get the version number string of the libjaylink package.
Definition at line 73 of file version.c.
References JAYLINK_VERSION_PACKAGE_STRING.
Referenced by jlink_init().