20            std::map<std::string, std::map<std::string, vr::vr_trackable_state> > calibration_info;
 
   22            bool update_driver_calibration(
vr::vr_driver* dp, 
const std::map<std::string, vr::vr_trackable_state>& target_reference_states) 
const;
 
   29            void update_calibration_info();
 
   31            bool read_calibration(
const std::string& file_path, 
bool update_drivers = 
true);
 
   33            bool write_calibration(
const std::string& file_path) 
const;
 
 
   45#include <cgv/config/lib_end.h> 
vr key events use the key codes defined in vr::VRKeys
 
base class with write access to driver calibration matrix
 
interface class for vr drivers.
 
vr_calibration & ref_vr_calibration()
access to singleton object of vr_calibration class
 
defines the class vr::vr_driver class and gives access to the driver registry with the functions vr::...
 
defines types to store the state vr::vr_kit_state of a vr kit, which is split into sub states for the...