Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
Version Information Functions

Functions

NAIBRDFUNC uint32_t NAIAPI naibrd_GetVersionMajor (void)
 
NAIBRDFUNC uint32_t NAIAPI naibrd_GetVersionMinor (void)
 
NAIBRDFUNC uint32_t NAIAPI naibrd_GetVersionPatch (void)
 

Detailed Description

Version functions for the naibrd library. This library adheres to Semantic Versioning

Function Documentation

◆ naibrd_GetVersionMajor()

NAIBRDFUNC uint32_t NAIAPI naibrd_GetVersionMajor ( void )

Retrieves the major version for the naibrd library.

Note
A change in this number signifies breaking changes and most likely is not backwards compatible with previous versions.
Returns
uint32_t representation of major version number.

◆ naibrd_GetVersionMinor()

NAIBRDFUNC uint32_t NAIAPI naibrd_GetVersionMinor ( void )

Retrieves the minor version for the naibrd library.

Note
A change in this number signifies small backwards compatible changes, such as: New External Functions, New or Removed Internal Functions, Minor API Changes, An argument type or name might change as this typically won't break end user calls, Larger Bug fixes that might change behavior, File Locations
Returns
uint32_t representation of minor version number.

◆ naibrd_GetVersionPatch()

NAIBRDFUNC uint32_t NAIAPI naibrd_GetVersionPatch ( void )

Retrieves the patch version for the naibrd library.

Note
A change in this number signifies a backwards compatible bug fix, performance improvement or internal tweak.
Returns
uint32_t representation of patch version number.