opensurgsim
Public Member Functions | Public Attributes | List of all members
SurgSim::Devices::LabJackScaffold::StateData Struct Reference

The per-scaffold data (in comparison to DeviceData the per-device data). More...

Public Member Functions

 StateData ()
 Initialize the state.
 
 StateData ()
 Initialize the state.
 

Public Attributes

std::list< std::unique_ptr< LabJackScaffold::DeviceData > > activeDeviceList
 The list of known devices.
 
boost::mutex mutex
 The mutex that protects the list of known devices.
 

Detailed Description

The per-scaffold data (in comparison to DeviceData the per-device data).

Note that there is only a single instance of LabJackScaffold and so only a single instance of this struct.


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