Skip to content

Struct Version

ClassList > Version

Used to describe hardware, firmware or ManusCore version.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
char label
uint32_t major
uint32_t minor
uint32_t patch
char sha
char tag

Public Attributes Documentation

variable label

char Version::label[MAX_NUM_CHARS_IN_VERSION];

variable major

uint32_t Version::major;

variable minor

uint32_t Version::minor;

variable patch

uint32_t Version::patch;

variable sha

char Version::sha[MAX_NUM_CHARS_IN_VERSION];

variable tag

char Version::tag[MAX_NUM_CHARS_IN_VERSION];

The documentation for this class was generated from the following file api/cppSDK/SDKClient/ManusSDKTypes.h