Skip to content

Struct DeviceLandscape

ClassList > DeviceLandscape

Stores all the information related to the devices present in the landscape.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
uint32_t dongleCount
DongleLandscapeData dongles
uint32_t gloveCount
GloveLandscapeData gloves

Public Attributes Documentation

variable dongleCount

uint32_t DeviceLandscape::dongleCount;

variable dongles

DongleLandscapeData DeviceLandscape::dongles[MAX_NUMBER_OF_DONGLES];

variable gloveCount

uint32_t DeviceLandscape::gloveCount;

variable gloves

GloveLandscapeData DeviceLandscape::gloves[MAX_NUMBER_OF_GLOVES];

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