<html>
<head>
<title>Blinker - Synchornization Name Splitter</title>
</head>
<body>
<h1>Blinker - Synchronization Name Splitter</h1>
<p>
The synchronization name splitter module is able to extract a part of
name in a synchronization information and pass on a copy this information
with a extracted part as a name.
</p>
<h2>Configuration</h2>
<p>
The configuration of the synchronization name splitter module with name
<code>NAME</code> is located in the <code>synchnamesplitters/NAME</code>
subdirectory.
</p>
<h3>Input Synchronization Stream</h3>
<p>
The synchronization name splitter receives synchronization information
from the synchronization stream whose name is written to the file
<code>insync</code>.
</p>
<h3>Delimiter</h3>
<p>
The string read from the file <code>delimiter</code> is used for
splitting the name in the incoming synchornization information into
multiple parts.
If this file does not exists, the name is passed on unmodified.
</p>
<h3>Filed Number</h3>
<p>
The unsigned integer read from the file <code>fieldno</code> selects
which part of the split name from the incoming synchornization
information is used in the outgoing synchronization information.
The value <code>0<code> select the leftmost part.
If this file does not exists, the name is passed on unmodified.
</p>
<h3>Output Synchronization Stream</h3>
<p>
The file <code>outsync</code> contains the name of the synchronization
stream to write the modified synchronization information to.
This synchronization information has the same pause mode and time stamp
as the incoming synchronizations, but the name is replaced with a part
of the original name.
</p>
</body>
</html>