BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
34f6ce5
Branches
Tags
master
Blinker
doc
syncprinter.html
implement sync stream printer
Stefan Schuermans
commited
34f6ce5
at 2014-01-03 14:57:20
syncprinter.html
Blame
History
Raw
<html> <head> <title>Blinker - Synchronization Printer</title> </head> <body> <h1>Blinker - Synchronization Printer</h1> <p> The synchronization printer module is primary intended for debugging purposes. It receives a synchronization stream and prints received information to standard output. </p> <h2>Configuration</h2> <p> The configuration of the synchronization printer module with name <code>NAME</code> is located in the <code>syncprinters/NAME</code> subdirectory. </p> <h3>Input Synchronization Stream</h3> <p> The file <code>insync</code> contains the name of the synchronization stream to read. The information received from this synchronization stream is written to standard output. </p> </body> </html>