Skip to content

Struct GloveLandscapeData

ClassList > GloveLandscapeData

Stores all the received glove data.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
uint32_t batteryPercentage
DeviceClassType classType
uint32_t dongleID
bool excluded
DeviceFamilyType familyType
ManusTimestamp firmwareTimestamp
Version firmwareVersion
Version hardwareVersion
IMUCalibrationInfo iMUCalibrationInfo
uint32_t id
bool isHaptics
ManusTimestamp lastSeen
uint32_t netDeviceID
DevicePairedState pairedState
Side side
int32_t transmissionStrength
UpdateStatusEnum updateStatus

Public Attributes Documentation

variable batteryPercentage

uint32_t GloveLandscapeData::batteryPercentage;

variable classType

DeviceClassType GloveLandscapeData::classType;

variable dongleID

uint32_t GloveLandscapeData::dongleID;

variable excluded

bool GloveLandscapeData::excluded;

variable familyType

DeviceFamilyType GloveLandscapeData::familyType;

variable firmwareTimestamp

ManusTimestamp GloveLandscapeData::firmwareTimestamp;

variable firmwareVersion

Version GloveLandscapeData::firmwareVersion;

variable hardwareVersion

Version GloveLandscapeData::hardwareVersion;

variable iMUCalibrationInfo

IMUCalibrationInfo GloveLandscapeData::iMUCalibrationInfo[MAX_NUM_IMUS_ON_GLOVE];

variable id

uint32_t GloveLandscapeData::id;

variable isHaptics

bool GloveLandscapeData::isHaptics;

variable lastSeen

ManusTimestamp GloveLandscapeData::lastSeen;

variable netDeviceID

uint32_t GloveLandscapeData::netDeviceID;

variable pairedState

DevicePairedState GloveLandscapeData::pairedState;

variable side

Side GloveLandscapeData::side;

variable transmissionStrength

int32_t GloveLandscapeData::transmissionStrength;

variable updateStatus

UpdateStatusEnum GloveLandscapeData::updateStatus;

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