What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Crc32Fixup

The Crc32Fixup will produce a CRC-32 using data from a single element.

Parameters

  • ref — Reference to element

Examples

<Block name="Header">
  <!-- .... -->

  <Number size="32">
    <Fixup class="Crc32Fixup">
          <Param name="ref" value="Data" />
        </Fixup>
  </Number>
</Block>

<Blob name="Data" />