Skip to content

Struct GloveCalibrationStepData

ClassList > GloveCalibrationStepData

Stores the data associated to a single calibration step for a specific glove. if the time value is negative, it means that its a continuous step and the value is estimated.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
char description
uint32_t index
float time
char title

Public Attributes Documentation

variable description

char GloveCalibrationStepData::description[MAX_NUM_CHARS_IN_CALIBRATION_DESCRIPTION];

variable index

uint32_t GloveCalibrationStepData::index;

variable time

float GloveCalibrationStepData::time;

variable title

char GloveCalibrationStepData::title[MAX_NUM_CHARS_IN_CALIBRATION_TITLE];

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