|
Dante Application Library API
|
A Version class used for tracking updates to your DAL Dante device. More...
#include <Types.hpp>
Public Member Functions | |
| 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 | |
| Uint8 | mMajor |
| Major version number. More... | |
| Uint8 | mMinor |
| Minor version number. More... | |
| Uint16 | mBugfix |
| Bugfix version number. More... | |
| Uint16 Audinate::DAL::Version::mBugfix |
Bugfix version number.
Typically used for bugfix only releases.
| Uint8 Audinate::DAL::Version::mMajor |
Major version number.
Typically used for significant changes.
| Uint8 Audinate::DAL::Version::mMinor |
Minor version number.
Typically used for feature additions.
1.8.17