cgv
|
information provided for any device type More...
#include <vr_info.h>
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 | |
vr::vr_device_info::vr_device_info | ( | ) |
construct empty info
Definition at line 6 of file vr_info.cxx.
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<<().
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<<().
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<<().