README.md 831 Bytes

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.0.0/XIDData.prop \
     https://xid.location.studio/Tensor/V1.0.0/ApiBase.xid.xml \
     https://xid.location.studio/Tensor/V1.0.0/Command.xid.xml \
     https://xid.location.studio/Tensor/V1.0.0/Common.xid.xml \
     https://xid.location.studio/Tensor/V1.0.0/Definiions.xid.xml \
     https://xid.location.studio/Tensor/V1.0.0/Logging.xid.xml

If xidcg reports:

Generating: xidout/meta/XID/XIDData.prop

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