Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8a5932e7
authored
2017-11-18 20:54:45 -0800
by
Michael B. Mathews
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added name space to InputBase and OutputBase references.
1 parent
2817df91
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
ILP/SLAM/V1.0.0_alpha/SurveyApi.xid.xml
ILP/SLAM/V1.0.0_alpha/TileManagementApi.xid.xml
ILP/SLAM/V1.0.0_alpha/TileServiceApi.xid.xml
ILP/SLAM/V1.0.0_alpha/SurveyApi.xid.xml
View file @
8a5932e
...
...
@@ -38,20 +38,20 @@
<comment>
Interaction submits Survey data.
</comment>
<input
name=
"input"
type=
"InputBase"
sid=
"0x1030"
>
<input
name=
"input"
type=
"I
LP.I
nputBase"
sid=
"0x1030"
>
<elem
name=
"survey"
multiplicity=
"1"
type=
"SurveyData"
></elem>
</input>
<output
name=
"output"
type=
"OutputBase"
sid=
"0x1031"
>
<output
name=
"output"
type=
"
ILP.
OutputBase"
sid=
"0x1031"
>
<elem
name=
"id"
multiplicity=
"1"
type=
"Tensor.UUID"
/>
</output>
</operation>
<operation
name=
"Download"
>
<comment>
Downloads survey data given id.
</comment>
<input
name=
"input"
type=
"InputBase"
sid=
"0x1032"
>
<input
name=
"input"
type=
"I
LP.I
nputBase"
sid=
"0x1032"
>
<elem
name=
"id"
multiplicity=
"1"
type=
"Tensor.UUID"
/>
</input>
<output
name=
"output"
type=
"OutputBase"
sid=
"0x1033"
>
<output
name=
"output"
type=
"
ILP.
OutputBase"
sid=
"0x1033"
>
<elem
name=
"survey"
multiplicity=
"1"
type=
"SurveyData"
></elem>
</output>
</operation>
...
...
ILP/SLAM/V1.0.0_alpha/TileManagementApi.xid.xml
View file @
8a5932e
...
...
@@ -35,7 +35,7 @@
<comment>
Interaction to delete a tile.
</comment>
<input
name=
"input"
type=
"InputBase"
sid=
"0x101b"
>
<input
name=
"input"
type=
"I
LP.I
nputBase"
sid=
"0x101b"
>
<comment>
defines the input data for DeleteTile operation
</comment>
<elem
name=
"tileid"
type=
"Tensor.UUID"
multiplicity=
"1"
>
<comment>
element specifies UUID of the the tile
</comment>
...
...
@@ -46,7 +46,7 @@
<operation
name=
"UploadTile"
>
<comment>
interation to upload a tile
</comment>
<input
name=
"input"
type=
"InputBase"
sid=
"0x102b"
>
<input
name=
"input"
type=
"I
LP.I
nputBase"
sid=
"0x102b"
>
<comment>
defines the input data structure for UploadTile operation
</comment>
<elem
name=
"tile"
type=
"Tile"
multiplicity=
"1"
>
<comment>
the tile structure
</comment>
...
...
@@ -57,7 +57,7 @@
<operation
name=
"UpdateTile"
>
<comment>
interation to update a tile
</comment>
<input
name=
"input"
type=
"InputBase"
sid=
"0x103b"
>
<input
name=
"input"
type=
"I
LP.I
nputBase"
sid=
"0x103b"
>
<comment>
defines the input data structure for UpdateTile operation
</comment>
<elem
name=
"tile"
type=
"Tile"
multiplicity=
"1"
>
<comment>
the tile structure
</comment>
...
...
ILP/SLAM/V1.0.0_alpha/TileServiceApi.xid.xml
View file @
8a5932e
...
...
@@ -29,14 +29,14 @@
<!-- DownloadTile operation-->
<operation
name=
"DownloadTile"
>
<comment>
Interaction download a tile
</comment>
<input
name=
"input"
type=
"InputBase"
sid=
"0x101a"
>
<input
name=
"input"
type=
"I
LP.I
nputBase"
sid=
"0x101a"
>
<comment>
defines the input data structure for DownloadTile operation
</comment>
<elem
name=
"tileid"
type=
"Tensor.UUID"
multiplicity=
"1"
>
<comment>
element specifies UUID of the the tile
</comment>
</elem>
</input>
<output
name=
"output"
type=
"OutputBase"
sid=
"0x102a"
>
<output
name=
"output"
type=
"
ILP.
OutputBase"
sid=
"0x102a"
>
<comment>
defines the output data for DownloadTile operation
</comment>
<elem
name=
"tile"
type=
"Tile"
multiplicity=
"0..1"
>
<comment>
element defines the downloaded tile
</comment>
...
...
@@ -48,7 +48,7 @@
<!-- FindTilesByBoundingbox operation -->
<operation
name=
"FindTilesByBoundingbox"
>
<comment>
find tiles
</comment>
<input
name=
"input"
type=
"InputBase"
sid=
"0x103a"
>
<input
name=
"input"
type=
"I
LP.I
nputBase"
sid=
"0x103a"
>
<comment>
defines the input data for FindTilesByBoundingbox operation
</comment>
<elem
name=
"bounding"
type=
"BoundingBox"
multiplicity=
"1"
>
<comment>
the bounding box that intersect with tiles
</comment>
...
...
@@ -58,7 +58,7 @@
</elem>
</input>
<output
name=
"output"
type=
"OutputBase"
sid=
"0x104a"
>
<output
name=
"output"
type=
"
ILP.
OutputBase"
sid=
"0x104a"
>
<comment>
defines the output data for FindTilesByBoundingbox operation
</comment>
<elem
name=
"tiles"
type=
"TileSet"
multiplicity=
"0..1"
>
<comment>
a set of tiles as the result of the FindTilesByPos operation
</comment>
...
...
@@ -69,7 +69,7 @@
<!-- FindTilesByRefId operation -->
<operation
name=
"FindTilesByRefId"
>
<comment>
find tiles
</comment>
<input
name=
"input"
type=
"InputBase"
sid=
"0x103a"
>
<input
name=
"input"
type=
"I
LP.I
nputBase"
sid=
"0x103a"
>
<comment>
defines the input data for FindTilesByRefId operation
</comment>
<elem
name=
"refids"
type=
"Tensor.string"
multiplicity=
"1..*"
>
<comment>
the bounding box that intersect with tiles
</comment>
...
...
@@ -82,7 +82,7 @@
</elem>
</input>
<output
name=
"output"
type=
"OutputBase"
sid=
"0x104a"
>
<output
name=
"output"
type=
"
ILP.
OutputBase"
sid=
"0x104a"
>
<comment>
defines the output data for FindTilesByRefId operation
</comment>
<elem
name=
"tiles"
type=
"TileSet"
multiplicity=
"0..1"
>
<comment>
a set of tiles as the result of the FindTilesByPos operation
</comment>
...
...
@@ -93,14 +93,14 @@
<!-- EstimatePosition operation -->
<operation
name=
"EstimatePosition"
>
<comment>
estimate posiion from a set of Wifi rssi observations
</comment>
<input
name=
"input"
type=
"InputBase"
sid=
"0x106a"
>
<input
name=
"input"
type=
"I
LP.I
nputBase"
sid=
"0x106a"
>
<comment>
input for EstimatePosition operation
</comment>
<elem
name=
"observations"
type=
"ObservationSet"
multiplicity=
"1"
>
<comment>
a set of observed rssi values
</comment>
</elem>
</input>
<output
name=
"output"
type=
"OutputBase"
sid=
"0x107a"
>
<output
name=
"output"
type=
"
ILP.
OutputBase"
sid=
"0x107a"
>
<comment>
output for EstimatePosition operation
</comment>
<elem
name=
"pos"
type=
"Shape"
multiplicity=
"0..*"
polymorphic=
"true"
>
<comment>
approximate position of the tile
</comment>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment