aes70::OcaVersion struct

Contents

Representation of a version number of a (hardware/software) component of a device in the form of Major.Minor.Build (e.g. 1.0.123).

Public variables

OcaUint32 Major
OcaUint32 Minor
OcaUint32 Build
OcaComponent Component

Variable documentation

OcaUint32 aes70::OcaVersion::Major

The major version number.

OcaUint32 aes70::OcaVersion::Minor

The minor version number.

OcaUint32 aes70::OcaVersion::Build

The build number. May be 0 if it is not used (e.g. for a hardware component).

OcaComponent aes70::OcaVersion::Component

The component.