Dante Application Library API
Public Member Functions | Public Attributes | List of all members
Audinate::DAL::DALVersion Class Reference

The DALVersion class used for tracking updates to the DAL library. More...

#include <Types.hpp>

Inheritance diagram for Audinate::DAL::DALVersion:
Audinate::DAL::Version

Public Member Functions

 DALVersion (Uint8 major, Uint8 minor, Uint16 bugfix, Uint16 buildNumber)
 
bool operator== (const DALVersion &o) const
 
bool operator!= (const DALVersion &o) const
 
DALVersionoperator= (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
 
Versionoperator= (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...
 

Detailed Description

The DALVersion class used for tracking updates to the DAL library.

Member Data Documentation

◆ mBuildNumber

Uint16 Audinate::DAL::DALVersion::mBuildNumber

Build version number.

Used for tracking releases of DAL internal to Audinate.


The documentation for this class was generated from the following file: