Added xmf type to provide support for XMF data in both JSON and XMF formats (Mixed format).
Showing
1 changed file
with
9 additions
and
0 deletions
| ... | @@ -206,6 +206,15 @@ | ... | @@ -206,6 +206,15 @@ | 
| 206 | <lang name="node" type="XidString"/> | 206 | <lang name="node" type="XidString"/> | 
| 207 | </type> | 207 | </type> | 
| 208 | 208 | ||
| 209 | <type name="xmf"> | ||
| 210 | <comment>XMF formatted/encoded data, this is straight XMF in XMF formatted data, and base64 encoded binary XMF in JSON formatted data. </comment> | ||
| 211 | <!-- may change this type --> | ||
| 212 | <lang name="c" type="CXMFString" include="Tensor/CXMF/CXMFString.h"/> | ||
| 213 | <lang name="cpp" type="::Tensor::XMF::Atom" include="Tensor/XMF/Atom.h"/> | ||
| 214 | <lang name="java" type="Atom" include="com.comtechtel.tensor.xmf.Atom"/> | ||
| 215 | <lang name="node" type="Atom"/> | ||
| 216 | </type> | ||
| 217 | |||
| 209 | <type name="mac48" size="6"> | 218 | <type name="mac48" size="6"> | 
| 210 | <artifact>https://wikipedia.org/wiki/MAC_address</artifact> | 219 | <artifact>https://wikipedia.org/wiki/MAC_address</artifact> | 
| 211 | <comment>6 byte IEEE MAC-48</comment> | 220 | <comment>6 byte IEEE MAC-48</comment> | ... | ... | 
- 
Please register or sign in to post a comment