Restored json CPP type to string. Removed XMF type. These changes moved to a V1.1
Showing
1 changed file
with
1 additions
and
9 deletions
... | @@ -200,19 +200,11 @@ | ... | @@ -200,19 +200,11 @@ |
200 | <type name="json"> | 200 | <type name="json"> |
201 | <comment>JSON formatted/encoded string</comment> | 201 | <comment>JSON formatted/encoded string</comment> |
202 | <lang name="c" type="CXMFString" include="Tensor/CXMF/CXMFString.h"/> | 202 | <lang name="c" type="CXMFString" include="Tensor/CXMF/CXMFString.h"/> |
203 | <lang name="cpp" type="::Tensor::JSON::JSONObj" include="Tensor/JSON/TensorJSON.h"/> | 203 | <lang name="cpp" type="std::string" include="string"/> |
204 | <lang name="java" type="XidString" include="com.comtechtel.tensor.xid.XidString"/> | 204 | <lang name="java" type="XidString" include="com.comtechtel.tensor.xid.XidString"/> |
205 | <lang name="node" type="XidString"/> | 205 | <lang name="node" type="XidString"/> |
206 | </type> | 206 | </type> |
207 | 207 | ||
208 | <type name="xmf"> | ||
209 | <comment>XMF formatted/encoded data, this is straight XMF in XMF formatted data, and base64 encoded binary XMF in JSON formatted data. </comment> | ||
210 | <lang name="c" type="CAtom" include="Tensor/CXMF/GetPut.h"/> | ||
211 | <lang name="cpp" type="::Tensor::XMF::Atom" include="Tensor/XMF/Atom.h"/> | ||
212 | <lang name="java" type="Atom" include="com.comtechtel.tensor.xmf.Atom"/> | ||
213 | <lang name="node" type="Atom"/> | ||
214 | </type> | ||
215 | |||
216 | <type name="mac48" size="6"> | 208 | <type name="mac48" size="6"> |
217 | <artifact>https://wikipedia.org/wiki/MAC_address</artifact> | 209 | <artifact>https://wikipedia.org/wiki/MAC_address</artifact> |
218 | <comment>6 byte IEEE MAC-48</comment> | 210 | <comment>6 byte IEEE MAC-48</comment> | ... | ... |
-
Please register or sign in to post a comment