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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user