Skip to content
Snippets Groups Projects
Commit a8be8987 authored by Stephane LOUIS DIT PICARD's avatar Stephane LOUIS DIT PICARD
Browse files

refactor: update OpenAPI submodule, set the new attribute requestType in...

refactor: update OpenAPI submodule, set the new attribute requestType in response to request GET RelocalizationInformation
parent fb59eb27
No related branches found
No related tags found
2 merge requests!8New API generated code using abstract class instead of virtual.,!7Milestone B version (relocalization information, last openapi)
openapi @ 61f9f881
Subproject commit c60cee2a1a6afb98c7e6364bf81700d948d5cefa
Subproject commit 61f9f881fd6e4df80767f35107ae36750b307395
......@@ -72,6 +72,7 @@ namespace ETSI.ARF.OpenAPI.WorldStorage.Controllers
var relocalizationInformation = new RelocalizationInformation();
relocalizationInformation.RequestUUID = anchor.UUID;
relocalizationInformation.RequestType = TypeWorldStorage.ANCHOREnum;
relocalizationInformation.RelocObjects = FindRelocInfo(anchor.UUID, request.Mode, matrix, capabilities, ref history);
result.RelocInfo.Add(relocalizationInformation);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment