You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<plugin name="caps">
<extends>seedlink</extends>
<description>Global options for the CAPS plugin</description>
<configuration>
<group name="plugins">
<group name="caps">
<parameter name="maxTimeDiff" type="float" default="86400">
<description>
The maxmimum time difference with respect to current
time of the end time of a received record. If
exceeded then the end time will not be logged into
the state file.
</description>
</parameter>
<parameter name="inOrder" type="boolean" default="false">
<description>
Request all records in-order. Out-of-order records will
be skipped.
</description>
</parameter>
</group>
</group>
</configuration>
</plugin>
<binding module="seedlink" name="caps" category="sources">
<description>Transfers data from CAPS to SeedLink server</description>
<configuration>
<parameter name="address" type="string" default="localhost:18002">
<description>
CAPS URL to fetch data from, format: [[caps|capss]://][user:pass@]host[:port]
</description>
</parameter>
<parameter name="streams" type="string" default="*.*">
<description>
Comma separated list of streams. Stream format is [LOC.CHA].
Streams may contain wildcards
</description>
</parameter>
<parameter name="proc" type="string">
<description>
Name of the proc object (defined in streams.xml); used for processing
raw streams (streams submitted by a plugin as raw samples).
</description>
</parameter>
</configuration>
</binding>
</seiscomp>