cgv
Loading...
Searching...
No Matches
vr::vr_device_info Struct Reference

information provided for any device type More...

#include <vr_info.h>

Inheritance diagram for vr::vr_device_info:
vr::vr_trackable_info vr::vr_controller_info vr::vr_hmd_info vr::vr_tracking_reference_info

Public Member Functions

 vr_device_info ()
 construct empty info
 

Public Attributes

std::string serial_number
 unique identifier of device
 
std::string model_number
 number describing the device type
 
std::map< std::string, std::string > variable_parameters
 a map from parameter name to parameter value used for all device parameters that are not explicitly defined
 

Detailed Description

information provided for any device type

Definition at line 15 of file vr_info.h.

Constructor & Destructor Documentation

◆ vr_device_info()

vr::vr_device_info::vr_device_info ( )

construct empty info

Definition at line 6 of file vr_info.cxx.

Member Data Documentation

◆ model_number

std::string vr::vr_device_info::model_number

number describing the device type

Definition at line 20 of file vr_info.h.

Referenced by vr::operator<<().

◆ serial_number

std::string vr::vr_device_info::serial_number

unique identifier of device

Definition at line 18 of file vr_info.h.

Referenced by vr::operator<<().

◆ variable_parameters

std::map<std::string, std::string> vr::vr_device_info::variable_parameters

a map from parameter name to parameter value used for all device parameters that are not explicitly defined

Definition at line 22 of file vr_info.h.

Referenced by vr::operator<<().


The documentation for this struct was generated from the following files: