DevAttachment:Rename: api=>stimbuffapi, implexor=>qualeiface
This commit is contained in:
@@ -110,9 +110,9 @@ spec_body:
|
||||
$$ = new smo::device::DeviceAttachmentSpec();
|
||||
$$->deviceIdentifier = std::string($1);
|
||||
$$->sensorType = '\0'; // This will be set by the parent rule
|
||||
$$->implexor = std::string($3);
|
||||
$$->api = std::string($5);
|
||||
$$->apiParams = std::move(*$7);
|
||||
$$->qualeIfaceApi = std::string($3);
|
||||
$$->stimBuffApi = std::string($5);
|
||||
$$->stimBuffApiParams = std::move(*$7);
|
||||
$$->provider = std::string($10);
|
||||
$$->providerParams = std::move(*$12);
|
||||
$$->deviceSelector = std::string($15);
|
||||
|
||||
Reference in New Issue
Block a user