90fdd590 by Mike Mathews

Updated JSON and XMF language implementation specifications for C and CPP.

1 parent a7595abc
...@@ -199,17 +199,15 @@ ...@@ -199,17 +199,15 @@
199 199
200 <type name="json"> 200 <type name="json">
201 <comment>JSON formatted/encoded string</comment> 201 <comment>JSON formatted/encoded string</comment>
202 <tag name="TODO" value="Define json as a custom type. Use string for now."/>
203 <lang name="c" type="CXMFString" include="Tensor/CXMF/CXMFString.h"/> 202 <lang name="c" type="CXMFString" include="Tensor/CXMF/CXMFString.h"/>
204 <lang name="cpp" type="std::string" include="string"/> 203 <lang name="cpp" type="::Tensor::JSON::JSONObj" include="Tensor/JSON/TensorJSON.h"/>
205 <lang name="java" type="XidString" include="com.comtechtel.tensor.xid.XidString"/> 204 <lang name="java" type="XidString" include="com.comtechtel.tensor.xid.XidString"/>
206 <lang name="node" type="XidString"/> 205 <lang name="node" type="XidString"/>
207 </type> 206 </type>
208 207
209 <type name="xmf"> 208 <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> 209 <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 --> 210 <lang name="c" type="CAtom" include="Tensor/CXMF/GetPut.h"/>
212 <lang name="c" type="CXMFString" include="Tensor/CXMF/CXMFString.h"/>
213 <lang name="cpp" type="::Tensor::XMF::Atom" include="Tensor/XMF/Atom.h"/> 211 <lang name="cpp" type="::Tensor::XMF::Atom" include="Tensor/XMF/Atom.h"/>
214 <lang name="java" type="Atom" include="com.comtechtel.tensor.xmf.Atom"/> 212 <lang name="java" type="Atom" include="com.comtechtel.tensor.xmf.Atom"/>
215 <lang name="node" type="Atom"/> 213 <lang name="node" type="Atom"/>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!