Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A decoder specifies how data is arriving from a source. There are two basic types of decoders:

...


Info
titleExample - Simple decoder


Code Block
decoder TTFile : 
    in_map(Mheader), in_map(Mudr), in_map(Mtrailer);


The difference is that the order of header, UDR, and trailer would not be enforced for the simple decoder. The simple decoder will also not work if, for instance, the header does not support identification.

 

Scroll pagebreak