Namespace of the Platform Meta Quest library.
More...
Namespace of the Platform Meta Quest library.
The Namespace Ocean::Platform::Meta::Quest is used in the entire Ocean Platform Meta Quest Library.
◆ PlatformMetaDevice_externalDeviceName()
std::string Ocean::Platform::Meta::Quest::PlatformMetaDevice_externalDeviceName |
( |
const uint32_t |
deviceType | ) |
|
Returns the name of a device which is based on external knowledge.
- Parameters
-
deviceType | The device type for which the name will be returned |
- Returns
- The device name, "Unknown" if unknown
◆ PlatformMetaDevice_externalDeviceType()
uint32_t Ocean::Platform::Meta::Quest::PlatformMetaDevice_externalDeviceType |
( |
const std::string & |
productModel, |
|
|
const std::string & |
productName |
|
) |
| |
Returns the type of the device.
- Parameters
-
productModel | The product model for which the enum type will be returned |
productName | The product name for which the enum type will be returned |
- Returns
- The device type, DT_UNKNOWN if unknown