Added "mac48" type in preparation of ILP-17
Showing
1 changed file
with
12 additions
and
3 deletions
| ... | @@ -14,11 +14,11 @@ | ... | @@ -14,11 +14,11 @@ | 
| 14 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 14 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
| 15 | xsi:schemaLocation="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd" | 15 | xsi:schemaLocation="https://xid.location.studio/schema/V1.0.0/XtensibleInterfaceDefinition.xsd XtensibleInterfaceDefinition.xsd" | 
| 16 | identity="Definitions.xid.xml"> | 16 | identity="Definitions.xid.xml"> | 
| 17 | <title>Tensor Common Defitions</title> | 17 | <title>Tensor Defitions</title> | 
| 18 | <comment> | 18 | <comment> | 
| 19 | Defines fundamental types mappings. | 19 | Defines fundamental type mappings. | 
| 20 | </comment> | 20 | </comment> | 
| 21 | <artifact></artifact> | 21 | |
| 22 | <tag name="package" value="com.comtechtel"/> | 22 | <tag name="package" value="com.comtechtel"/> | 
| 23 | 23 | ||
| 24 | <namespace name="Tensor"> | 24 | <namespace name="Tensor"> | 
| ... | @@ -199,6 +199,15 @@ | ... | @@ -199,6 +199,15 @@ | 
| 199 | <lang name="node" type="XidString"/> | 199 | <lang name="node" type="XidString"/> | 
| 200 | </type> | 200 | </type> | 
| 201 | 201 | ||
| 202 | <type name="mac48" size="6"> | ||
| 203 | <artifact>https://wikipedia.org/wiki/MAC_address</artifact> | ||
| 204 | <comment>6 byte IEEE MAC-48</comment> | ||
| 205 | <lang name="c" type="MacAddress48" include="Tensor/CXMF/MacAddress48.h"/> | ||
| 206 | <lang name="cpp" type="::Tensor::Types::MacAddress48" include="Tensor/Types/MacAddress48.h"/> | ||
| 207 | <lang name="java" type="XidMacAddress48" include="com.comtechtel.tensor.xid.MacAddress48"/> | ||
| 208 | <lang name="node" type="XidMacAddress48"/> | ||
| 209 | </type> | ||
| 210 | |||
| 202 | <!-- | 211 | <!-- | 
| 203 | ******************************************************* | 212 | ******************************************************* | 
| 204 | Encoding Data Types | 213 | Encoding Data Types | ... | ... | 
- 
Please register or sign in to post a comment