opensurgsim
|
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. | |
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.