<?xml version="1.0"?>

<!DOCTYPE keyval PUBLIC
   "-//VAISALA//DTD KeyValue XML V1.0.0//EN"
   "http://www.mekwin.com/vaisala/xml/dtd/keyval/keyval_1_0_0.dtd">

<!-- $Id: ldfilt_config.xml,v 1.1 2004/03/13 00:05:17 pkb Exp $

  Definition of configurable options for ldfilt

  Edit this file, it will be used to produce:
      ldfilt_config.hh
      ldfilt_config.cc
      ldfilt_config.m4i
      src/package/ldfilt.cfg

-->

<keyval class="ldfilt" namespace="lp">

  &verbosity;

  <boolean default="false" varname="Invert">
    <key>lp.ldfilt.invert</key>
    <summary>Reverses the results of the filter rules.</summary>

    <description>If this option is set to <literal>true</literal>,
    then the rules will have the opposite affect. Data that would have
    been allowed through would be filtered out and data that would
    have been filtered out would now be allowed
    through.</description>
  </boolean>

  <real default="-1500.0" min="-15000.0" max="0.0" varname="SignalMin">
    <key>lp.ldfilt.signal.min</key>
    <summary>Minimum signal strength (LLP units) to allow through.</summary>

    <description>All Ld objects which have a signal strength less than
    this value are filtered.</description>
  </real>

  <real default="1500.0" min="0.0" max="15000.0" varname="SignalMax">
    <key>lp.ldfilt.signal.max</key>
    <summary>Maximum signal strength (LLP units) to allow through.</summary>

    <description>All Ld objects which have a signal strength greater than
    this value are filtered.</description>
  </real>

</keyval>
