Output Pipeline: Difference between revisions

From Acacia Support Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The [[Output Pipeline]] processes 4 distinctly different data blocks using a set of transformation filters.  The filters run in background threads and can process data from multiple inputs and outputs concurrently.
The [[Output Pipeline]] processes 4 distinctly different data blocks using a set of transformation filters.  The filters run in background threads and can process data from multiple inputs and outputs concurrently.


1. Text Area --> [[Message Text]]  
1. Text Area --> [[Message Text]] - This is entered into [[Morsenger]] and shown in display bubbles.
  Calling all stations Help
  Calling all stations Help
2. [[Message Text]] --> [[Ascii Text]] (abbreviated)
2. [[Message Text]] --> [[Ascii Text]] - This is an abbreviated version of the entered text.
  CQ SOS
  CQ SOS
3. [[Ascii Text]] --> [[Morse Symbols]]
3. [[Ascii Text]] --> [[Morse Symbols]] - This is the sequence of symbols that must be sent.
  -.-.|--.-#...|---|...#
  -.-.|--.-#...|---|...#
4. [[Morse Symbols]] --> [[Bit Stream]]  
4. [[Morse Symbols]] --> [[Bit Stream]] - This is the binary encoded data for transmission including precise timing.
  00011000100001001 etc
  0001110101110001110111010111 etc
5. [[Bit Stream]]  --> Camera Flash or Audio
5. [[Bit Stream]]  --> Camera Flash or Audio

Latest revision as of 09:58, 30 May 2017

The Output Pipeline processes 4 distinctly different data blocks using a set of transformation filters. The filters run in background threads and can process data from multiple inputs and outputs concurrently.

1. Text Area --> Message Text - This is entered into Morsenger and shown in display bubbles.

Calling all stations Help

2. Message Text --> Ascii Text - This is an abbreviated version of the entered text.

CQ SOS

3. Ascii Text --> Morse Symbols - This is the sequence of symbols that must be sent.

-.-.|--.-#...|---|...#

4. Morse Symbols --> Bit Stream - This is the binary encoded data for transmission including precise timing.

0001110101110001110111010111 etc

5. Bit Stream --> Camera Flash or Audio