|
Public Member Functions | |
| StateData () | |
| Initialize the state. More... | |
Public Attributes | |
| bool | isApiInitialized |
| True if the API has been initialized (and not finalized). More... | |
| std::unique_ptr< NovintScaffold::Callback > | callback |
| Wrapper for the haptic loop callback handle. More... | |
| std::list< std::unique_ptr< NovintScaffold::DeviceData > > | activeDeviceList |
| The list of known devices. More... | |
| boost::mutex | mutex |
| The mutex that protects the list of known devices. More... | |
Private Member Functions | |
| StateData (const StateData &) | |
| StateData & | operator= (const StateData &) |
|
inline |
Initialize the state.
|
private |
| std::list<std::unique_ptr<NovintScaffold::DeviceData> > SurgSim::Device::NovintScaffold::StateData::activeDeviceList |
The list of known devices.
| std::unique_ptr<NovintScaffold::Callback> SurgSim::Device::NovintScaffold::StateData::callback |
Wrapper for the haptic loop callback handle.
| bool SurgSim::Device::NovintScaffold::StateData::isApiInitialized |
True if the API has been initialized (and not finalized).
| boost::mutex SurgSim::Device::NovintScaffold::StateData::mutex |
The mutex that protects the list of known devices.
1.8.11