Skip to content

Struct Measurement

ClassList > Measurement

Stores informations regarding the lengths of different parts of the body.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
MeasurementCategory category
char displayName
MeasurementType entryType
MeasurementUnit unit
float value

Public Attributes Documentation

variable category

MeasurementCategory Measurement::category;

variable displayName

char Measurement::displayName[MAX_NUM_CHARS_IN_MEASUREMENT];

variable entryType

MeasurementType Measurement::entryType;

variable unit

MeasurementUnit Measurement::unit;

variable value

float Measurement::value;

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