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
2786107b
authored
2017-12-05 14:29:42 -0800
by
Skip Hines
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added "mac48" type in preparation of ILP-17
1 parent
eb0e3fd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
Tensor/V1.0.0/Definitions.xid.xml
Tensor/V1.0.0/Definitions.xid.xml
View file @
2786107
...
...
@@ -14,11 +14,11 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd"
identity=
"Definitions.xid.xml"
>
<title>
Tensor
Common
Defitions
</title>
<title>
Tensor Defitions
</title>
<comment>
Defines fundamental type
s
mappings.
Defines fundamental type mappings.
</comment>
<artifact></artifact>
<tag
name=
"package"
value=
"com.comtechtel"
/>
<namespace
name=
"Tensor"
>
...
...
@@ -197,8 +197,17 @@
<lang
name=
"cpp"
type=
"std::string"
include=
"string"
/>
<lang
name=
"java"
type=
"XidString"
include=
"com.comtechtel.tensor.xid.XidString"
/>
<lang
name=
"node"
type=
"XidString"
/>
</type>
</type>
<type
name=
"mac48"
size=
"6"
>
<artifact>
https://wikipedia.org/wiki/MAC_address
</artifact>
<comment>
6 byte IEEE MAC-48
</comment>
<lang
name=
"c"
type=
"MacAddress48"
include=
"Tensor/CXMF/MacAddress48.h"
/>
<lang
name=
"cpp"
type=
"::Tensor::Types::MacAddress48"
include=
"Tensor/Types/MacAddress48.h"
/>
<lang
name=
"java"
type=
"XidMacAddress48"
include=
"com.comtechtel.tensor.xid.MacAddress48"
/>
<lang
name=
"node"
type=
"XidMacAddress48"
/>
</type>
<!--
*******************************************************
Encoding Data Types
...
...
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