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
debd4a9e
authored
2018-04-02 23:45:34 -0700
by
Skip Hines
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ILP-515 : added Java XIDCG data types.
1 parent
8bb5ff74
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
Tensor/V1.1/Definitions.xid.xml
Tensor/V1.1/Definitions.xid.xml
View file @
debd4a9
...
...
@@ -320,6 +320,15 @@
<lang
name=
"java"
type=
"PackedAtomList"
include=
"com.comtechtel.tensor.xmf.PackedAtomList"
/>
<lang
name=
"node"
type=
"PackedAtomList"
/>
</type>
<type
name=
"AtomListIterator"
>
<comment>
AtomList type XIDCG uses
</comment>
<!-- may change this type -->
<!-- <lang name="c" type="CAtomList" include="Tensor/CXMF/CXMF.h"/> -->
<lang
name=
"c"
type=
"CAtomListIterator"
include=
"Tensor/CXMF/CXMF.h"
/>
<lang
name=
"cpp"
type=
"::Tensor::XMF::AtomListIterator"
include=
"Tensor/XMF/AtomList.h"
/>
<lang
name=
"java"
type=
"AtomListIterator"
include=
"com.comtechtel.tensor.xmf.AtomListIterator"
/>
<lang
name=
"node"
type=
"AtomListIterator"
/>
</type>
<type
name=
"JSONObject"
>
<comment>
JSONObject type XIDCG uses
</comment>
<!-- may change this type -->
...
...
@@ -328,5 +337,21 @@
<lang
name=
"java"
type=
"JSONObject"
include=
"com.comtechtel.tensor.json.JSONObject"
/>
<!-- <lang name="node" type=""/> -->
</type>
<type
name=
"JSONArray"
>
<comment>
JSONArray type XIDCG uses
</comment>
<!-- may change this type -->
<!-- <lang name="c" type="" include=""/> -->
<!-- <lang name="cpp" type="::Tensor::JSON::JSONObj" include="Tensor/JSON/TensorJSON.h"/> -->
<lang
name=
"java"
type=
"JSONArray"
include=
"com.comtechtel.tensor.json.JSONArray"
/>
<!-- <lang name="node" type=""/> -->
</type>
<type
name=
"JSONException"
>
<comment>
JSONException type XIDCG uses
</comment>
<!-- may change this type -->
<!-- <lang name="c" type="" include=""/> -->
<!-- <lang name="cpp" type="::Tensor::JSON::JSONObj" include="Tensor/JSON/TensorJSON.h"/> -->
<lang
name=
"java"
type=
"JSONException"
include=
"com.comtechtel.tensor.json.JSONException"
/>
<!-- <lang name="node" type=""/> -->
</type>
</namespace>
</specification>
...
...
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