Rename: senseDeviceSpecs => deviceAttachmentSpecs
This commit is contained in:
@@ -88,7 +88,7 @@ interoceptor_spec:
|
||||
|
||||
spec->sensorType = $1;
|
||||
smo::device::DeviceManager::interoceptorDeviceSpecs.push_back(spec);
|
||||
smo::device::DeviceManager::senseDeviceSpecs.push_back(spec);
|
||||
smo::device::DeviceManager::deviceAttachmentSpecs.push_back(spec);
|
||||
|
||||
delete $3;
|
||||
}
|
||||
@@ -101,7 +101,7 @@ extrospector_spec:
|
||||
|
||||
spec->sensorType = $1;
|
||||
smo::device::DeviceManager::extrospectorDeviceSpecs.push_back(spec);
|
||||
smo::device::DeviceManager::senseDeviceSpecs.push_back(spec);
|
||||
smo::device::DeviceManager::deviceAttachmentSpecs.push_back(spec);
|
||||
|
||||
delete $3;
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ std::vector<std::shared_ptr<InteroceptorDevAttachmentSpec>>
|
||||
std::vector<std::shared_ptr<ExtrospectorDevAttachmentSpec>>
|
||||
DeviceManager::extrospectorDeviceSpecs;
|
||||
std::vector<std::shared_ptr<DeviceAttachmentSpec>>
|
||||
DeviceManager::senseDeviceSpecs;
|
||||
DeviceManager::deviceAttachmentSpecs;
|
||||
|
||||
const std::string DeviceManager::stringifyDeviceSpecs(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user