|
WSF
|
structure defining the values used for semantic versioning of the profiling system More...
#include <ProfilingCommon.hpp>
Public Attributes | |
| uint16_t | mEpoch |
| uint16_t | mMajor |
| incrementing MAJOR version indicates when incompatible API changes are made. | |
| uint16_t | mMinor |
| incrementing MINOR version indicates when functionality is added in a backwards compatible manner. | |
| uint16_t | mPatch |
| incrementing PATCH version indicates when backwards compatible bug fixes are made. | |
structure defining the values used for semantic versioning of the profiling system
| uint16_t profiling::VersionInfo::mEpoch |
Incrementing EPOCH version indicates a resetting of versioning system. No comparison is valid between VersionInfo instances with unmatched epochs.
Referenced by profiling::UnpackVersionInfo().
| uint16_t profiling::VersionInfo::mMajor |
incrementing MAJOR version indicates when incompatible API changes are made.
Referenced by profiling::UnpackVersionInfo().
| uint16_t profiling::VersionInfo::mMinor |
incrementing MINOR version indicates when functionality is added in a backwards compatible manner.
Referenced by profiling::UnpackVersionInfo().
| uint16_t profiling::VersionInfo::mPatch |
incrementing PATCH version indicates when backwards compatible bug fixes are made.
Referenced by profiling::UnpackVersionInfo().