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

Crc32DualFixup

The Crc32DualFixup will produce a CRC-32 using data from two elements.

Parameters

  • ref1 — Reference to first element

  • ref2 — Reference to second element

Examples

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

  <Number size="32">
    <Fixup class="Crc32DualFixup">
          <Param name="ref1" value="Header" />
          <Param name="ref2" value="Data" />
        </Fixup>
  </Number>
</Block>

<Blob name="Data" />