opensurgsim
|
Public Member Functions | |
StateData () | |
Initialize the state. | |
Public Attributes | |
std::vector< std::unique_ptr< TrakstarScaffold::DeviceData > > | registeredDevices |
The known devices. | |
boost::mutex | mutex |
The mutex that protects the collection of known devices. | |
SYSTEM_CONFIGURATION | system |
The trakSTAR system configuration. | |
TRANSMITTER_CONFIGURATION | transmitter |
The transmitter configuration. | |
DataStructures::OptionalValue< double > | updateRate |
The update rate requested for the system. | |
RECORD_TYPE | records [MAX_NUMBER_SENSORS] |
The latest data records for all sensors. | |