README.md 1 KB

Tensor XIDs

Tensor XIDs have all their ordinals (i.e. tags) specified and do not use packed data types. Therefore, XIDData.prop is not strictly needed but is supplied as a check-n-balance.

Generate / Verify XIDData.prop

$ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
     -v \
     -prop https://xid.location.studio/Tensor/V1.1/XIDData.prop \
     https://xid.location.studio/Tensor/V1.1/ApiBase.xid.xml \
     https://xid.location.studio/Tensor/V1.1/Command.xid.xml \
     https://xid.location.studio/Tensor/V1.1/Common.xid.xml \
     https://xid.location.studio/Tensor/V1.1/Definitions.xid.xml \
     https://xid.location.studio/Tensor/V1.1/Logging.xid.xml

OR

$ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
     -v \
     -prop XIDData.prop \
     ApiBase.xid.xml \
     Command.xid.xml \
     Common.xid.xml \
     Definitions.xid.xml \
     Logging.xid.xml

If xidcg reports:

Generating: xidout/meta/XID/XIDData.prop

Then something has changed and XIDData.prop needs to get updated.