|
Dante Application Library API
|
The DALVersion class used for tracking updates to the DAL library. More...
#include <Types.hpp>
Public Member Functions | |
| DALVersion (Uint8 major, Uint8 minor, Uint16 bugfix, Uint16 buildNumber) | |
| bool | operator== (const DALVersion &o) const |
| bool | operator!= (const DALVersion &o) const |
| DALVersion & | operator= (const DALVersion &o) |
Public Member Functions inherited from Audinate::DAL::Version | |
| Version (Uint8 major, Uint8 minor, Uint16 bugfix) | |
| bool | operator== (const Version &o) const |
| bool | operator!= (const Version &o) const |
| Version & | operator= (const Version &o) |
Public Attributes | |
| Uint16 | mBuildNumber |
| Build version number. More... | |
Public Attributes inherited from Audinate::DAL::Version | |
| Uint8 | mMajor |
| Major version number. More... | |
| Uint8 | mMinor |
| Minor version number. More... | |
| Uint16 | mBugfix |
| Bugfix version number. More... | |
The DALVersion class used for tracking updates to the DAL library.
| Uint16 Audinate::DAL::DALVersion::mBuildNumber |
Build version number.
Used for tracking releases of DAL internal to Audinate.
1.8.17