embeddedlibrary
reusable software modules for embedded systems
version_mmb_t Struct Reference

#include <subsys.h>

Data Fields

uint16_t build
 
uint8_t minor
 
uint8_t major
 

Detailed Description

Version typedef to store software version of subsystem

The version is split into three numbers: major.minor.build where major and minor are 0-255 and build is 0-65535 build should be incremented as frequently as possible (automatically on build if possible with the compiler)

Field Documentation

uint16_t build

build number

uint8_t major

major version

uint8_t minor

minor version


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