Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IceMaster and version 3.7.1

Znav
prevAsynchronous Method Invocation (AMI) in MATLAB

The Slice-to-MATLAB compiler, slice2matlab, offers the command-line options described below in addition to currently only supports the standard options:

  • --checksum FUNC
    Generate checksums for Slice definitions into the function FUNC. The given function name may optionally contain a package specifier. The generated function contains checksums for all of the Slice files being translated by this invocation of the compiler. For example, the command below causes slice2matlab to generate the file Checksums.m containing the checksums for the Slice definitions in File1.ice and File2.ice:

    Code Block
    slice2matlab --checksum Checksums File1.ice File2.ice
    
  • --meta META
    Define the global metadata directive META. Using this option is equivalent to defining the global metadata META in each named Slice file, as well as in any file included by a named Slice file. Global metadata specified with --meta overrides any corresponding global metadata directive in the files being compiled.
  • --list-generated
    Emit a list of generated files in XML format.
See Also

 for Slice compilers.

See Also

Znav
prevAsynchronous Method Invocation (AMI) in MATLAB

...