Public Attributes | List of all members
SurgSim::Devices::LeapScaffold::StateData Struct Reference

Public Attributes

Leap::Controller controller
 
std::unique_ptr< Listenerlistener
 A listener that receives updates from the Leap SDK. More...
 
std::list< std::unique_ptr< DeviceData > > activeDevices
 The list of known devices. More...
 
boost::mutex mutex
 The mutex that protects the list of known devices. More...
 

Member Data Documentation

§ activeDevices

std::list<std::unique_ptr<DeviceData> > SurgSim::Devices::LeapScaffold::StateData::activeDevices

The list of known devices.

§ controller

Leap::Controller SurgSim::Devices::LeapScaffold::StateData::controller

§ listener

std::unique_ptr<Listener> SurgSim::Devices::LeapScaffold::StateData::listener

A listener that receives updates from the Leap SDK.

§ mutex

boost::mutex SurgSim::Devices::LeapScaffold::StateData::mutex

The mutex that protects the list of known devices.


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