Initial commit: Genpix SkyWalker-1 DVB-S driver source and DiSEqC docs
Includes original BDA driver source (headers, C++ implementation, INF installer files), DiSEqC implementation PDF with extracted markdown and SVG vector graphics.
This commit is contained in:
commit
f1674c21a3
44 changed files with 14302 additions and 0 deletions
BIN
docs/diseqc/DiSEqC for the Skywalker-1.pdf
Normal file
BIN
docs/diseqc/DiSEqC for the Skywalker-1.pdf
Normal file
Binary file not shown.
79
docs/diseqc/diseqc-skywalker-1.md
Normal file
79
docs/diseqc/diseqc-skywalker-1.md
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# DiSEqC for the GenPix Skywalker-1 BDA Driver (Extended)
|
||||
|
||||
**Implementation Guidelines for Applications**
|
||||
|
||||
*Author: Devendra | Created: 2009-07-09 | Source: Microsoft Office Word 2007*
|
||||
|
||||
---
|
||||
|
||||
## I. GUID for the SkyWalker1 Extended property
|
||||
|
||||
```c
|
||||
//Used to extend the feature of the BDA
|
||||
//{0B5221EB-F4C4-4976-B959-EF74427464D9}
|
||||
#define STATIC_KSPROPSETID_BdaExtendedProperty \
|
||||
0x0B5221EB, 0xF4C4, 0x4976, 0xB9, 0x59, 0xEF, 0x74, 0x42, 0x74, 0x64, 0xD9
|
||||
|
||||
DEFINE_GUIDSTRUCT("0B5221EB-F4C4-4976-B959-EF74427464D9", KSPROPSETID_BdaExtendedProperty);
|
||||
#define KSPROPSETID_BdaExtendedProperty DEFINE_GUIDNAMED(KSPROPSETID_BdaExtendedProperty)
|
||||
```
|
||||
|
||||
## II. Extended Property List (Only DiSEqC support is extended)
|
||||
|
||||
```c
|
||||
//Extended Property List
|
||||
typedef enum __KSPROPERTY_EXTENDED
|
||||
{
|
||||
/* DiSEqC Command */
|
||||
//Used to send the Digital Satellite Equipment Control (DiSEqC)
|
||||
//Commands by application
|
||||
KSPROPERTY_BDA_DISEQC = 0, //Extension Property 1
|
||||
} KSPROPERTY_EXTENDED;
|
||||
```
|
||||
|
||||
## III. Enumeration for the Simple Tone Burst
|
||||
|
||||
```c
|
||||
typedef enum enSimpleToneBurst
|
||||
{
|
||||
SEC_MINI_A,
|
||||
SEC_MINI_B
|
||||
} SIMPLE_TONE_BURST;
|
||||
```
|
||||
|
||||
## IV. DiSEqC Command Structure
|
||||
|
||||
```c
|
||||
typedef struct __DISEQC_COMMAND
|
||||
{
|
||||
UCHAR ucMessage[MAX_DISEQC_COMMAND_LENGTH];
|
||||
/* Byte - 0 : Framing,
|
||||
Byte - 1 : Address,
|
||||
Byte - 2 : Command,
|
||||
Byte - 3 : Data[0],
|
||||
Byte - 4 : Data[1],
|
||||
Byte - 5 : Data[2] */
|
||||
|
||||
UCHAR ucMessageLength;
|
||||
/* The Valid values for DiSEqC Command are 3...6
|
||||
If this value is 1 then Byte 0 is taken as Simple "Tone Burst"
|
||||
Control Command */
|
||||
} DISEQC_COMMAND, *PDISEQC_COMMAND;
|
||||
```
|
||||
|
||||
## V. Operation
|
||||
|
||||
### i. To send the Simple Burst command
|
||||
|
||||
1. Create the `DISEQC_COMMAND` Structure
|
||||
2. Set `ucMessage[0]` to either `SEC_MINI_A` or `SEC_MINI_B`
|
||||
3. Set `ucMessageLength` as `1`
|
||||
|
||||
### ii. To send DiSEqC commands
|
||||
|
||||
1. Create the `DISEQC_COMMAND` Structure
|
||||
2. Set the Framing value to `ucMessage[0]` (e.g. `0xE0`)
|
||||
3. Set the Device Address to `ucMessage[1]` (e.g. `0x01`)
|
||||
4. Send the Command for the Device to `ucMessage[2]`
|
||||
5. If required, set the Data bytes `ucMessage[3]`, `ucMessage[4]`, `ucMessage[5]`
|
||||
6. Set `ucMessageLength` accordingly. Valid values are 3 to 6.
|
||||
323
docs/diseqc/vectors/DiSEqC for the Skywalker-1_page_1.svg
Normal file
323
docs/diseqc/vectors/DiSEqC for the Skywalker-1_page_1.svg
Normal file
|
|
@ -0,0 +1,323 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" width="612" height="792" viewBox="0 0 612 792">
|
||||
<defs>
|
||||
<clipPath id="clip_1">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M35.16 711.6H83.184V756.72H35.16Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip_2">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M35.16 711.6H83.184V756.72H35.16Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip_3">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M493.54 36.48H525.34V59.064H493.54Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip_4">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M493.54 36.48H525.34V59.064H493.54Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip_5">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M493.54 36.48H525.34V59.064H493.54Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-748.44" x="447.79 452.7105 454.51148 458.22596 462.18165 466.40266 470.68797 472.505 474.90095 479.09785 481.85557 483.6726 487.36299 490.97294 494.57487 501.77067 505.62184 507.4067 511.00865 514.97238">DiSEqC for SkyWalker</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-748.44" x="517.78">-</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-748.44" x="520.3">1</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-748.44" x="524.38"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-735.96" x="72.024"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-39.024" x="72.024"> </tspan></text>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" stroke-width=".75" stroke-linecap="round" stroke-linejoin="round" fill="none" stroke="#a7bfde" d="M274.25 791.55 74.9 706.1"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M95.582 791.6H.14999L.16739 716.12C13.738 702.45 47.336 686.5 81.629 709.54 116.2 732.84 109.05 778.06 95.582 791.6Z" fill="#a7bfde" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M53.411 700.86C78.232 700.34 98.749 718.85 99.24 742.2 99.731 765.56 80.01 784.92 55.189 785.44 30.368 785.96 9.8512 767.45 9.3599 744.1 8.8687 720.74 28.59 701.38 53.411 700.86Z" fill="#d3dfee" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M58.478 702.21C77.252 701.81 92.771 715.8 93.142 733.46 93.514 751.12 78.597 765.75 59.822 766.14 41.048 766.54 25.529 752.55 25.158 734.89 24.786 717.23 39.703 702.6 58.478 702.21Z" fill="#7ba0cd" fill-rule="evenodd"/>
|
||||
<g clip-path="url(#clip_1)">
|
||||
<g clip-path="url(#clip_2)">
|
||||
<text fill="#ffffff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9.96" font-family="Calibri,Bold" font-weight="bold"><tspan y="-730.92" x="59.16"> </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" stroke-width=".75" stroke-linecap="round" stroke-linejoin="round" fill="none" stroke="#a7bfde" d="M.4 81.15 508.95 28.3"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M507.9 78.95C493.87 78.95 482.5 67.579 482.5 53.55 482.5 39.521 493.87 28.15 507.9 28.15 521.93 28.15 533.3 39.521 533.3 53.55 533.3 67.579 521.93 78.95 507.9 78.95Z" fill="#a7bfde" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M509 73.5C496.46 73.5 486.3 63.382 486.3 50.9 486.3 38.418 496.46 28.3 509 28.3 521.54 28.3 531.7 38.418 531.7 50.9 531.7 63.382 521.54 73.5 509 73.5Z" fill="#d3dfee" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M509.32 67.5C498.51 67.5 489.75 58.725 489.75 47.9 489.75 37.075 498.51 28.3 509.32 28.3 520.14 28.3 528.9 37.075 528.9 47.9 528.9 58.725 520.14 67.5 509.32 67.5Z" fill="#7ba0cd" fill-rule="evenodd"/>
|
||||
<g clip-path="url(#clip_3)">
|
||||
<g clip-path="url(#clip_4)">
|
||||
<text fill="#ffffff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-43.944" x="506.74">1</tspan></text>
|
||||
</g>
|
||||
<g clip-path="url(#clip_5)">
|
||||
<text fill="#ffffff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-43.944" x="512.26"> </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="14.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-706.78" x="72.024"> </tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="14.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-687.94" x="72.024 81.86604 86.274608 93.47713 101.64841 109.946048 117.99097">DiSEqC </tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="14.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-687.94" x="121.1 125.53664 133.5675 140.03995 143.04451 148.16912 156.59311 164.04836 167.03888 176.15084 183.46569 191.8616 200.48217 204.93283 212.24767 215.33647 222.53899 230.85066 238.30591 249.45366 256.99314 261.31745 269.62913 276.91587">for the GenPix Skywalker</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="14.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-687.94" x="283.49">-</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="14.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-687.94" x="288.17 296.4817 299.5705 308.71055 318.5245 327.6786 330.7674 340.60945 347.08189 351.49046 358.94569 366.4009">1 BDA Driver</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="14.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-687.94" x="372.91"> </tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="14.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-687.94" x="376.03 381.6741 389.8173 397.13215 402.25675 409.6137 418.09388 426.4196 433.87483 442.25669">(Extended)</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="14.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-687.94" x="447.91"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-671.86" x="72.024"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="12.96" font-family="Cambria,Bold" font-weight="bold"><tspan y="-654.46" x="72.024 76.560009 88.094409 95.779689 99.84913 106.69201 118.31713 125.16001 133.06562 137.74419 144.67778 149.40818 153.56833 160.89073 168.71857 171.56977 180.07152 187.7568 191.94289 199.62818 206.57474 210.56642 214.63587 222.51554 229.35842">Implementation Guidelines</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="12.96" font-family="Cambria,Bold" font-weight="bold"><tspan y="-654.46" x="235.49"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="12.96" font-family="Cambria,Bold" font-weight="bold"><tspan y="-654.46" x="238.37 242.59496 249.89144 255.866 258.8727 267.27079 275.05976 282.74504 286.7367 290.80613 296.88438 303.97349 308.65205 312.8381 320.1605 327.98835">for Applications</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="12.96" font-family="Cambria,Bold" font-weight="bold"><tspan y="-654.46" x="334.15"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-638.98" x="108.02"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-623.38" x="92.664 96.504009">I.</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Arial,Bold" font-weight="bold"><tspan y="-623.38" x="99.024"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-623.38" x="108.02 115.09664 122.559688 126.379528 134.16272 136.59152 140.19057 146.41712 151.4624 153.8912 157.9208 164.51169 170.40706 172.83586 178.44417 184.92464 190.78688 201.39632 207.24752 210.60367 217.08414 222.94638 228.03583 234.48319">GUID for the SkyWalker1 </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-623.38" x="236.93 243.31111 249.05191 253.12567 258.9879 265.71128 272.19175 278.054">Extended</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-623.38" x="284.69"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-623.38" x="287.09 293.68089 298.72618 304.96379 311.55467 317.4169 322.50636 326.44764">property</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-623.38" x="332.23"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-612.1" x="90.024"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-603.1" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402 123.62402 128.42403 133.22403 138.02404 142.82404 147.62404 152.42404 157.22405 162.02405 166.82405 171.62406 176.42406 181.22406 186.02407 190.82407 195.62407 200.42407 205.22408 210.02408 214.82408 219.62409 224.42409 229.22409 234.0241 238.8241 243.6241 248.4241 253.2241 258.0241 262.8241 267.62409 272.42408">//Used to extend the feature of the BDA</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-603.1" x="277.25"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-593.98" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402 123.62402 128.42403 133.22403 138.02404">//{0B5221EB</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-593.98" x="142.82">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-593.98" x="147.62 152.42 157.22 162.02">F4C4</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-593.98" x="166.82">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-593.98" x="171.62 176.42 181.22 186.02">4976</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-593.98" x="190.82">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-593.98" x="195.65 200.45 205.25 210.05">B959</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-593.98" x="214.85">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-593.98" x="219.65 224.45 229.25 234.05 238.85 243.65001 248.45001 253.25002 258.05003 262.85 267.65 272.44999 277.24998">EF74427464D9}</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9.96" font-family="Courier New"><tspan y="-593.98" x="282.05"> </tspan></text>
|
||||
<text fill="#0000ff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-584.98" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402">#define</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-584.98" x="123.62"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-584.98" x="128.42 133.22 138.02 142.82 147.62001 152.42002 157.22002 162.02002 166.82003 171.62003 176.42003 181.22003 186.02004 190.82004 195.62004 200.42005 205.22005 210.02005 214.82006 219.62006 224.42006 229.22006 234.02007 238.82007 243.62007 248.42008 253.22008 258.02009 262.82008 267.62007 272.42005 277.22004 282.02003 286.82 291.62 296.41999 301.21998 306.01997 310.81996">STATIC_KSPROPSETID_BdaExtendedProperty </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-584.98" x="315.65">\</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-584.98" x="320.45"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-575.86" x="90.024 94.824008 99.62401 104.42401"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-575.86" x="109.22 114.020008 118.82001 123.62001 128.42002 133.22002 138.02002 142.82003 147.62003 152.42003 157.22003 162.02004 166.82004 171.62004 176.42005 181.22005 186.02005 190.82006 195.62006 200.42006 205.22006 210.02007 214.82007 219.62007 224.42008 229.22008 234.02008 238.82009 243.62009 248.42009 253.2201 258.02009 262.82008 267.62007 272.42005 277.22004 282.02003 286.82 291.62 296.41999 301.21998 306.01997 310.81996 315.61994 320.41993 325.2199 330.0199 334.8199 339.61988 344.41987 349.21986 354.01985 358.81983 363.6198 368.4198 373.2198 378.01979 382.81977 387.61976 392.41975 397.21974 402.0197 406.8197 411.6197 416.41969 421.21968 426.01966 430.81965 435.61964 440.41963 445.2196 450.0196 454.81959 459.61958">0x0B5221EB, 0xF4C4, 0x4976, 0xB9, 0x59, 0xEF, 0x74, 0x42, 0x74, 0x64, 0xD9</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-575.86" x="464.5"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402 123.62402 128.42403 133.22403 138.02404 142.82404 147.62404 152.42404 157.22405 162.02405 166.82405 171.62406">DEFINE_GUIDSTRUCT(</tspan></text>
|
||||
<text fill="#a31515" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="176.42 181.22 186.02 190.82 195.62001 200.42002 205.22002 210.02002 214.82003">"0B5221EB</tspan></text>
|
||||
<text fill="#a31515" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="219.65">-</tspan></text>
|
||||
<text fill="#a31515" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="224.45 229.25 234.05 238.85">F4C4</tspan></text>
|
||||
<text fill="#a31515" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="243.65">-</tspan></text>
|
||||
<text fill="#a31515" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="248.45 253.25 258.05 262.84999">4976</tspan></text>
|
||||
<text fill="#a31515" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="267.65">-</tspan></text>
|
||||
<text fill="#a31515" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="272.45 277.25 282.05 286.84999">B959</tspan></text>
|
||||
<text fill="#a31515" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="291.65">-</tspan></text>
|
||||
<text fill="#a31515" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="296.45 301.25 306.05 310.84999 315.64997 320.44996 325.24995 330.04994 334.8499 339.6499 344.4499 349.24989 354.04988">EF74427464D9"</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="358.87 363.66999 368.46998 373.26997 378.06996 382.86994 387.66993 392.4699 397.2699 402.0699 406.86988 411.66987 416.46986 421.26985 426.06983 430.8698 435.6698 440.4698 445.26979 450.06977 454.86976 459.66975 464.46974 469.2697 474.0697 478.8697 483.66969 488.46968 493.26966 498.06965 502.86964 507.66963 512.4696 517.2696 522.0696">, KSPROPSETID_BdaExtendedProperty);</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-566.86" x="526.9"> </tspan></text>
|
||||
<text fill="#0000ff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-557.74" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402">#define</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-557.74" x="123.62"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-557.74" x="128.42 133.22 138.02 142.82 147.62001 152.42002 157.22002 162.02002 166.82003 171.62003 176.42003 181.22003 186.02004 190.82004 195.62004 200.42005 205.22005 210.02005 214.82006 219.62006 224.42006 229.22006 234.02007 238.82007 243.62007 248.42008 253.22008 258.02009 262.82008 267.62007 272.42005 277.22004 282.02003 286.82 291.62 296.41999 301.21998 306.01997 310.81996 315.61994 320.41993 325.2199 330.0199 334.8199 339.61988 344.41987 349.21986 354.01985 358.81983 363.6198 368.4198 373.2198 378.01979 382.81977 387.61976 392.41975 397.21974 402.0197 406.8197 411.6197 416.41969 421.21968 426.01966 430.81965 435.61964 440.41963 445.2196 450.0196 454.81959 459.61958 464.41957 469.21955 474.01954 478.81953 483.6195 488.4195 493.21949 498.01948 502.81947 507.61946 512.41946">KSPROPSETID_BdaExtendedProperty DEFINE_GUIDNAMED(KSPROPSETID_BdaExtendedProperty)</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-557.74" x="517.3"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-546.58" x="90.024"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-532.51" x="88.824 92.664 96.504009">II.</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Arial,Bold" font-weight="bold"><tspan y="-532.51" x="99.024"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-532.51" x="108.02 114.401119 120.141918 124.215679 130.07791 136.69087 143.28176 149.144 155.75696 158.18576 164.876 169.9213 176.15889 182.74977">Extended Prope</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-532.51" x="188.66 193.70529 197.77906 203.6413 205.93762 212.04274 215.5093 220.57666">rty List</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-532.51" x="224.69"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-532.51" x="226.97 231.51848 239.08089 245.79322 249.14937 255.01161 257.4404 265.2236 268.69017 274.35368 280.7348 287.19319 293.5412">(Only DiSEqC </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-532.51" x="295.97 301.03736 307.62825 314.08665 320.67753 326.9593 331.97148 336.04524 338.47404 341.94059 346.96379 349.39259 355.25483 361.00666 365.0804 370.8433 377.5556 384.14649 389.9204">support is extended</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-532.51" x="396.55">)</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-532.51" x="400.99"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-517.75" x="72.024"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-505.87" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402 123.62402 128.42403 133.22403 138.02404 142.82404 147.62404 152.42404 157.22405 162.02405 166.82405 171.62406 176.42406 181.22406 186.02407 190.82407 195.62407 200.42407">//Extended Property List</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-505.87" x="205.25"> </tspan></text>
|
||||
<text fill="#0000ff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-496.75" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402">typedef</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-496.75" x="123.62"> </tspan></text>
|
||||
<text fill="#0000ff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-496.75" x="128.42 133.22 138.02 142.82">enum</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-496.75" x="147.62"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-496.75" x="152.42 157.22 162.02 166.82 171.62001 176.42002 181.22002 186.02002 190.82003 195.62003 200.42003 205.22003 210.02004 214.82004 219.62004 224.42005 229.22005 234.02005 238.82006 243.62006 248.42006">__KSPROPERTY_EXTENDED</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-496.75" x="253.25"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-487.75" x="90.024">{</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-487.75" x="94.824"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-478.63" x="108.02 112.82 117.62 122.420009 127.22001 132.02 136.82 141.62001 146.42002 151.22002 156.02002 160.82003">/* DiSEqC Co</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-478.63" x="165.62 170.42 175.22 180.02 184.82 189.62001 194.42002 199.22002">mmand */</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-478.63" x="204.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-469.51" x="108.02 112.82 117.62 122.420009 127.22001 132.02 136.82 141.62001 146.42002 151.22002 156.02002 160.82003 165.62003 170.42003 175.22003 180.02004 184.82004 189.62004 194.42005 199.22005 204.02005 208.82006 213.62006 218.42006 223.22006 228.02007 232.82007 237.62007 242.42008 247.22008 252.02008 256.82008 261.62007 266.42005 271.22004 276.02003 280.82 285.62 290.41999 295.21998 300.01997 304.81996 309.61994 314.41993 319.2199 324.0199 328.8199 333.61988 338.41987 343.21986 348.01985 352.81983 357.6198 362.4198 367.2198 372.01979 376.81977 381.61976 386.41975 391.21974 396.0197 400.8197 405.6197 410.41969">//Used to send the Digital Sattelite Equipment Control (DiSEqC) </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-469.51" x="415.27"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-460.51" x="108.02 112.82 117.62 122.420009 127.22001 132.02 136.82 141.62001 146.42002 151.22002 156.02002 160.82003 165.62003 170.42003 175.22003 180.02004 184.82004 189.62004 194.42005 199.22005 204.02005 208.82006 213.62006 218.42006 223.22006">//Commands by application</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-460.51" x="228.05"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-451.39" x="108.02 112.82 117.62 122.420009 127.22001 132.02 136.82 141.62001 146.42002 151.22002 156.02002 160.82003 165.62003 170.42003 175.22003 180.02004 184.82004 189.62004 194.42005 199.22005 204.02005 208.82006 213.62006 218.42006 223.22006 228.02007 232.82007">KSPROPERTY_BDA_DISEQC = 0, </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-451.39" x="237.65 242.45 247.25 252.05 256.85 261.65 266.44999 271.24998 276.04997 280.84996 285.64994 290.44993 295.2499 300.0499 304.84989 309.64988 314.44987 319.24986 324.04985 328.84983 333.6498 338.4498">//Extension Property 1</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-451.39" x="343.27"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-442.27" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402 123.62402 128.42403 133.22403 138.02404 142.82404 147.62404 152.42404 157.22405 162.02405 166.82405 171.62406 176.42406 181.22406 186.02407">}KSPROPERTY_EXTENDED;</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-442.27" x="190.82"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-418.39" x="84.984 88.824008 92.66401 96.50401">III.</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Arial,Bold" font-weight="bold"><tspan y="-418.39" x="99.024"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-418.39" x="108.02 114.401119 121.069278 127.693279 137.40848 143.27072 148.36017 154.21137 158.28513 161.75168 167.88991 174.60224 177.03104 180.63008 186.8456 191.89089 194.31969 198.34929 204.94017 210.83554 213.26435 218.87265 222.2288 232.05442 238.6453 242.04561 247.90785 250.33666 257.3912 263.6288 270.2307 276.09297 278.52177 285.7088 292.29969 297.35603 302.42338">Enumeration for the Simple Tone Burst</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-418.39" x="306.41"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-403.63" x="72.024"> </tspan></text>
|
||||
<text fill="#0000ff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-391.63" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402">typedef</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-391.63" x="123.62"> </tspan></text>
|
||||
<text fill="#0000ff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-391.63" x="128.42 133.22 138.02 142.82">enum</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-391.63" x="147.62"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-391.63" x="152.42 157.22 162.02 166.82 171.62001 176.42002 181.22002 186.02002 190.82003 195.62003 200.42003 205.22003 210.02004 214.82004 219.62004 224.42005 229.22005 234.02005">enSimpleToneBurst </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-391.63" x="238.85"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-382.63" x="90.024">{</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-382.63" x="94.824"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-373.49" x="108.02 112.82 117.62 122.420009 127.22001 132.02 136.82 141.62001 146.42002 151.22002 156.02002">SEC_MINI_A,</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-373.49" x="160.82"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-364.49" x="108.02 112.82 117.62 122.420009 127.22001 132.02 136.82 141.62001 146.42002 151.22002">SEC_MINI_B</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-364.49" x="156.02"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-355.25" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402 123.62402 128.42403 133.22403 138.02404 142.82404 147.62404 152.42404 157.22405 162.02405 166.82405 171.62406 176.42406">}SIMPLE_TONE_BURST;</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-355.25" x="181.22"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-331.37" x="85.704 89.568 96.50112">IV.</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Arial,Bold" font-weight="bold"><tspan y="-331.37" x="99.024"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-331.37" x="108.02 115.8032 119.26976 124.93328 131.3144 137.78385 144.13185 146.56066 152.88657 159.1352 168.8504 178.67601 184.58242 191.1733 197.76418 200.19298 205.81233 209.8861 214.93138 221.52227 226.70003 230.65235 237.24323 242.28852 248.15076">DiSEqC Command Structure </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-331.37" x="250.61"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-316.73" x="72.024"> </tspan></text>
|
||||
<text fill="#0000ff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-304.73" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402">typedef</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-304.73" x="123.62"> </tspan></text>
|
||||
<text fill="#0000ff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-304.73" x="128.42 133.22 138.02 142.82 147.62001 152.42002">struct</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-304.73" x="157.22"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-304.73" x="162.02 166.82 171.62001 176.42002 181.22002 186.02002 190.82003 195.62003 200.42003 205.22003 210.02004 214.82004 219.62004 224.42005 229.22005 234.02005">__DISEQC_COMMAND</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-304.73" x="238.85"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-295.61" x="90.024">{</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-295.61" x="94.824"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-286.61" x="90.024"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-286.61" x="108.02 112.82 117.62 122.420009 127.22001 132.02 136.82 141.62001 146.42002 151.22002 156.02002 160.82003 165.62003 170.42003 175.22003 180.02004 184.82004 189.62004 194.42005 199.22005 204.02005 208.82006 213.62006 218.42006 223.22006 228.02007 232.82007 237.62007 242.42008 247.22008 252.02008 256.82008 261.62007 266.42005 271.22004 276.02003 280.82 285.62 290.41999 295.21998 300.01997 304.81996 309.61994">UCHAR ucMessage[MAX_DISEQC_COMMAND_LENGTH];</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-286.61" x="314.45"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-286.61" x="324.07 328.87">/*</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-286.61" x="333.67 338.47 343.27 348.06999 352.86997">Byte </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-286.61" x="357.67">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-286.61" x="362.47"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-286.61" x="367.27 372.06999 376.86997 381.66996 386.46995 391.26994 396.06993 400.8699 405.6699 410.46989 415.26988 420.06986 424.86985">0 : Framing, </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-286.61" x="429.67"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="90.024"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="108.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="144.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="180.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="216.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="252.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="288.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="324.07 328.87 333.66999 338.46998 343.26997">Byte </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="348.07">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="352.87"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="357.67 362.47 367.27 372.06999 376.86997 381.66996 386.46995 391.26994 396.06993 400.8699 405.6699 410.46989 415.26988">1 : Address, </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-277.49" x="420.07"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="90.024"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="108.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="144.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="180.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="216.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="252.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="288.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="324.07 328.87 333.66999 338.46998 343.26997">Byte </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="348.07">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="352.87"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="357.67 362.47 367.27 372.06999 376.86997 381.66996 386.46995 391.26994 396.06993 400.8699 405.6699 410.46989 415.26988">2 : Command, </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-268.49" x="420.07"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="90.024"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="108.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="144.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="180.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="216.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="252.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="288.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="324.07 328.87 333.66999 338.46998 343.26997">Byte </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="348.07">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="352.87"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="357.67 362.47 367.27 372.06999 376.86997 381.66996 386.46995 391.26994 396.06993 400.8699 405.6699 410.46989 415.26988">3 : Data[0], </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-259.37" x="420.07"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="90.024"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="108.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="144.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="180.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="216.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="252.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="288.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="324.07 328.87 333.66999 338.46998 343.26997">Byte </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="348.07">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="352.87"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="357.67 362.47 367.27 372.06999 376.86997 381.66996 386.46995 391.26994 396.06993 400.8699 405.6699 410.46989 415.26988">4 : Data[1], </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-250.37" x="420.07"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="90.024"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="108.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="144.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="180.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="216.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="252.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="288.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="324.07 328.87 333.66999 338.46998 343.26997">Byte </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="348.07">-</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="352.87"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="357.67 362.47 367.27 372.06999 376.86997 381.66996 386.46995 391.26994 396.06993 400.8699 405.6699">5 : Data[2]</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-241.25" x="410.47"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-232.25" x="90.024"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-232.25" x="108.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-232.25" x="144.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-232.25" x="180.02"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-232.25" x="216.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-232.25" x="252.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-232.25" x="288.05"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-232.25" x="324.07 328.87">*/</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-232.25" x="333.67"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-223.13" x="90.024"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-223.13" x="108.02 112.82 117.62 122.420009 127.22001 132.02 136.82 141.62001 146.42002 151.22002 156.02002 160.82003 165.62003 170.42003 175.22003 180.02004 184.82004 189.62004 194.42005 199.22005 204.02005 208.82006">UCHAR ucMessageLength;</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-223.13" x="213.65 218.45 223.25 228.05 232.85 237.65001 242.45001 247.25002 252.05002 256.85 261.65 266.44999 271.24998 276.04997 280.84996 285.64994 290.44993 295.2499 300.0499 304.84989 309.64988 314.44987 319.24986 324.04985 328.84983 333.6498 338.4498 343.2498 348.04978 352.84977 357.64976 362.44975 367.24974 372.0497 376.8497 381.6497 386.44969 391.24967 396.04966 400.84965 405.64964 410.44963 415.2496 420.0496 424.84959 429.64958 434.44956 439.24955">/* The Valid values for DiSEqC Command are 3...6</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-223.13" x="444.07"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-214.13" x="216.05 220.85 225.65001 230.45001 235.25002 240.05002 244.85002 249.65003 254.45003 259.25004 264.05003 268.85 273.65 278.44999 283.24998 288.04997 292.84996 297.64994 302.44993 307.2499 312.0499 316.84989 321.64988 326.44987 331.24986 336.04985 340.84983 345.6498 350.4498 355.2498 360.04978 364.84977 369.64976 374.44975 379.24974 384.0497 388.8497 393.6497 398.44969 403.24967 408.04966 412.84965 417.64964 422.44963 427.2496 432.0496 436.84959 441.64958 446.44956 451.24955 456.04954 460.84953 465.6495 470.4495 475.24949 480.04948 484.84947 489.64945 494.44944 499.24943 504.0494 508.8494 513.6494 518.4494 523.2494 528.0494 532.84939">If this value is 1 then the Byte 0 is taken as Simple "Tone Burst" </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-204.98" x="216.05 220.85 225.65001 230.45001 235.25002 240.05002 244.85002">Control</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-204.98" x="249.65"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-204.98" x="254.45 259.25 264.05 268.84999 273.64997 278.44996 283.24995 288.04994 292.8499 297.6499">Command */</tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-204.98" x="302.45"> </tspan></text>
|
||||
<text fill="#008000" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-195.98" x="90.024"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-186.74" x="90.024 94.824008 99.62401 104.42401 109.224018 114.02402 118.82402 123.62402 128.42403 133.22403 138.02404 142.82404 147.62404 152.42404 157.22405 162.02405 166.82405 171.62406 176.42406 181.22406 186.02407 190.82407 195.62407 200.42407 205.22408 210.02408 214.82408 219.62409 224.42409 229.22409 234.0241 238.8241 243.6241">}DISEQC_COMMAND,*PDISEQC_COMMAND;</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-186.74" x="248.45"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-162.86" x="72.024"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-162.86" x="216.05"> </tspan></text>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 762.96H24.72V768H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 767.28H29.04V768H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 762.96H25.439999V767.28H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 766.56H29.039999V767.27999H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 762.96H27.6V766.56H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 764.4H29.04V766.56H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 762.96H28.32V764.4H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 763.68H29.04V764.39999H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 762.96H29.039999V763.68H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 762.96H29.039999V763.68H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 767.28H583.06V768H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 766.56H583.06V767.27999H29.04Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 764.4H583.06V766.56H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 763.68H583.06V764.39999H29.04Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 762.96H583.06V763.68H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M587.4 762.96H588.12V768H587.4Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 767.28H588.124V768H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M586.68 762.96H587.4V767.28H586.68Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 766.56H587.404V767.27999H583.06Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M584.52 762.96H586.68V766.56H584.52Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 764.4H586.684V766.56H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.8 762.96H584.52V764.4H583.8Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 763.68H584.524V764.39999H583.06Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 762.96H583.80398V763.68H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 762.96H583.80398V763.68H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 28.92H24.72V762.95999H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 28.92H25.439999V762.95999H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 28.92H27.6V762.95999H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 28.92H28.32V762.95999H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 28.92H29.039999V762.95999H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M587.4 28.92H588.12V762.95999H587.4Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M586.68 28.92H587.4V762.95999H586.68Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M584.52 28.92H586.68V762.95999H584.52Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.8 28.92H584.52V762.95999H583.8Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 28.92H583.80398V762.95999H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 23.88H24.72V28.919999H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 23.88H29.04V24.59997H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 24.6H25.439999V28.92H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 24.6H29.039999V25.32003H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 25.32H27.6V28.92H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 25.32H29.04V27.48H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 27.48H28.32V28.92H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 27.48H29.04V28.20003H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 28.2H29.039999V28.919972H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 28.2H29.039999V28.919972H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 23.88H583.06V24.59997H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 24.6H583.06V25.32003H29.04Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 25.32H583.06V27.48H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 27.48H583.06V28.20003H29.04Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 28.2H583.06V28.919972H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M587.4 23.88H588.12V28.919999H587.4Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 23.88H588.124V24.59997H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M586.68 24.6H587.4V28.92H586.68Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 24.6H587.404V25.32003H583.06Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M584.52 25.32H586.68V28.92H584.52Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 25.32H586.684V27.48H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.8 27.48H584.52V28.92H583.8Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 27.48H584.524V28.20003H583.06Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 28.2H583.80398V28.919972H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 28.2H583.80398V28.919972H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 59 KiB |
186
docs/diseqc/vectors/DiSEqC for the Skywalker-1_page_2.svg
Normal file
186
docs/diseqc/vectors/DiSEqC for the Skywalker-1_page_2.svg
Normal file
|
|
@ -0,0 +1,186 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" width="612" height="792" viewBox="0 0 612 792">
|
||||
<defs>
|
||||
<clipPath id="clip_1">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M35.16 711.6H83.184V756.72H35.16Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip_2">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M35.16 711.6H83.184V756.72H35.16Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip_3">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M493.54 36.48H525.34V59.064H493.54Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip_4">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M493.54 36.48H525.34V59.064H493.54Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip_5">
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M493.54 36.48H525.34V59.064H493.54Z" clip-rule="evenodd"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-748.44" x="447.79 452.7105 454.51148 458.22596 462.18165 466.40266 470.68797 472.505 474.90095 479.09785 481.85557 483.6726 487.36299 490.97294 494.57487 501.77067 505.62184 507.4067 511.00865 514.97238">DiSEqC for SkyWalker</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-748.44" x="517.78">-</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-748.44" x="520.3">1</tspan></text>
|
||||
<text fill="#365f91" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-748.44" x="524.38"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-735.96" x="72.024"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-39.024" x="72.024"> </tspan></text>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" stroke-width=".75" stroke-linecap="round" stroke-linejoin="round" fill="none" stroke="#a7bfde" d="M274.25 791.55 74.9 706.1"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M95.582 791.6H.14999L.16739 716.12C13.738 702.45 47.336 686.5 81.629 709.54 116.2 732.84 109.05 778.06 95.582 791.6Z" fill="#a7bfde" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M53.411 700.86C78.232 700.34 98.749 718.85 99.24 742.2 99.731 765.56 80.01 784.92 55.189 785.44 30.368 785.96 9.8512 767.45 9.3599 744.1 8.8687 720.74 28.59 701.38 53.411 700.86Z" fill="#d3dfee" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M58.478 702.21C77.252 701.81 92.771 715.8 93.142 733.46 93.514 751.12 78.597 765.75 59.822 766.14 41.048 766.54 25.529 752.55 25.158 734.89 24.786 717.23 39.703 702.6 58.478 702.21Z" fill="#7ba0cd" fill-rule="evenodd"/>
|
||||
<g clip-path="url(#clip_1)">
|
||||
<g clip-path="url(#clip_2)">
|
||||
<text fill="#ffffff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9.96" font-family="Calibri,Bold" font-weight="bold"><tspan y="-730.92" x="59.16"> </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" stroke-width=".75" stroke-linecap="round" stroke-linejoin="round" fill="none" stroke="#a7bfde" d="M.4 81.15 508.95 28.3"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M507.9 78.95C493.87 78.95 482.5 67.579 482.5 53.55 482.5 39.521 493.87 28.15 507.9 28.15 521.93 28.15 533.3 39.521 533.3 53.55 533.3 67.579 521.93 78.95 507.9 78.95Z" fill="#a7bfde" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M509 73.5C496.46 73.5 486.3 63.382 486.3 50.9 486.3 38.418 496.46 28.3 509 28.3 521.54 28.3 531.7 38.418 531.7 50.9 531.7 63.382 521.54 73.5 509 73.5Z" fill="#d3dfee" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M509.32 67.5C498.51 67.5 489.75 58.725 489.75 47.9 489.75 37.075 498.51 28.3 509.32 28.3 520.14 28.3 528.9 37.075 528.9 47.9 528.9 58.725 520.14 67.5 509.32 67.5Z" fill="#7ba0cd" fill-rule="evenodd"/>
|
||||
<g clip-path="url(#clip_3)">
|
||||
<g clip-path="url(#clip_4)">
|
||||
<text fill="#ffffff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-43.944" x="506.74">2</tspan></text>
|
||||
</g>
|
||||
<g clip-path="url(#clip_5)">
|
||||
<text fill="#ffffff" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-43.944" x="512.26"> </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-709.56" x="89.544 96.50396">V.</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Arial,Bold" font-weight="bold"><tspan y="-709.56" x="99.024"> </tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-709.56" x="108.02 115.692798 122.283679 128.168 133.21329 139.11969 143.14929 146.63793 152.75408 159.4664">Operation:</tspan></text>
|
||||
<text fill="#4f81bd" xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Cambria,Bold" font-weight="bold"><tspan y="-709.56" x="162.5"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="11.04" font-family="Calibri"><tspan y="-694.78" x="72.024"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-681.22" x="112.46 114.74">I.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-681.22" x="117.02"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-681.22" x="126.02 130.448 135.236 137.26999 140.75299 145.18999 149.87 154.55">To send </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-681.22" x="156.62 159.635 164.297 168.734">the </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-681.22" x="170.9 174.97699 177.02 184.211 189.00801 191.05103 195.48802 197.52202 202.31903 206.99904 210.14005 213.59604 216.61104 218.64504 222.45204 227.26705 234.45804 241.64904 245.96004">Simple burst comman</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-681.22" x="250.73">d</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-681.22" x="255.53"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-668.5" x="144.02 148.34001">a.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-668.5" x="150.62"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-668.5" x="162.02 166.817 169.95801 174.377 178.688 181.703 186.14 188.174 191.189 195.968 200.405 202.439 207.974 210.242 214.328 218.756 224.759 229.673 234.11 238.907 244.901 252.59601 260.264 265.42103 271.18104 276.71604 278.84904 283.04304 286.05805 289.16304 293.84303 297.67704 300.69206 305.35408 308.49507">Create the DISEQC_COMMAND Structure</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-668.5" x="313.13"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-655.9" x="144.02 148.70001">b.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-655.9" x="150.98"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-655.9" x="162.02 166.097 170.534 173.549 175.583 178.59799 183.368 187.805 189.83899 194.528 198.362 206.057 210.593 214.076 217.559 221.87001 226.08202 230.51902 233.28202 237.84502 240.60802 242.75002 245.76502 250.544 252.578 257.024 259.067 262.082 266.74403 271.298 274.439 276.473 280.64903 285.07704 289.87403 294.32 302.015 304.28303 310.04304 312.31105 316.76603 321.92304 323.95704 328.75404 331.89503 333.92903 337.99705 342.42506 347.22206 351.66804 359.36305 361.73905 367.49906 369.76707 374.22206">Set the ucMessage[0] to either SEC_MINI_A or SEC_MINI_B</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-655.9" x="379.39"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-643.3" x="144.02 147.86">c.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-643.3" x="150.14"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-643.3" x="162.02 166.097 170.534 173.549 175.583 178.59799 183.368 187.805 189.83899 194.528 198.362 206.057 210.593 214.076 217.559 221.87001 226.08202 230.51902 234.35301 238.90702 243.58702 247.79003 250.90402 255.58403 257.61805 261.92906 265.44807 267.48207">Set the ucMessageLength as 1</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-643.3" x="272.21"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-631.66" x="162.02"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-619.42" x="110.18 112.46 114.74">II.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-619.42" x="117.02"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-619.42" x="126.02 130.448 135.236 137.26999 140.75299 145.18999 149.87 154.55">To send </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-619.42" x="156.62 159.635 164.297 168.734 170.76799 176.402 178.445 182.522 186.95 191.63 196.427">the DiSEqC </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-619.42" x="198.53 202.364 207.152 214.34299 221.53398 225.84499">comman</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-619.42" x="230.57">d</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-619.42" x="235.25">s</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-619.42" x="238.85"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-606.82" x="144.02 148.34001">a.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-606.82" x="150.62"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-606.82" x="162.02 166.817 169.95801 174.377 178.688 181.703 186.14 188.174 191.189 195.968 200.405 202.439 207.974 210.242 214.328 218.756 224.759 229.673 234.11 238.907 244.901 252.59601 260.264 265.42103 271.18104 276.71604 278.84904 283.04304 286.05805 289.16304 293.84303 297.67704 300.69206 305.35408 308.49507">Create the DISEQC_COMMAND Structure</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-606.82" x="313.13"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-594.1" x="144.02 148.70001">b.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-594.1" x="150.98"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-594.1" x="162.02 166.097 170.534 173.549 175.583 178.59799 183.368 187.805">Set the </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-594.1" x="189.86 193.937 197.078 201.389 208.58 210.731 215.41101 219.61402 221.64801 225.716 230.04502 232.08803 236.87604 241.31304 243.34703 246.36203 251.14102">Framing value to </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-594.1" x="253.25 257.93 261.764 269.459 273.88703 277.47804 281.06904 285.38005 289.59205 294.02903 296.79203 301.355 304.118">ucMessage[0] </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-594.1" x="306.17 310.607 312.875 317.087 319.355 321.389 325.835">e.g. E0</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-594.1" x="330.55"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-581.5" x="144.02 147.86">c.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-581.5" x="150.14"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-581.5" x="162.02 166.097 170.534 173.549 175.583 178.59799 183.368 187.805">Set the </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-581.5" x="189.86 195.395 199.823 203.89099 205.961 209.768 214.223">Device </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-581.5" x="216.41 221.567 226.24701 231.03502 234.17603 238.59502 242.18602 245.66902">Address </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-581.5" x="247.73 250.745 255.52399 257.55799 262.24699 266.081 273.776 278.204 281.795 285.278 289.58903 293.80104 298.238 301.001 305.564 308.327 310.361 314.79798 317.06599 321.27799 323.546 325.58 330.14299">to ucMessage[1] e.g. 01</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-581.5" x="334.87"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-568.9" x="144.02 148.70001">d.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-568.9" x="150.98"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-568.9" x="162.02 166.097 170.534 175.322 180.00202 182.03601 185.05101 189.72202 194.15901 196.19301 200.99 205.787 212.978 220.16899 224.48 229.205 233.867 235.901 238.646 243.461 246.602 248.636 251.732 256.412 260.84898 262.88298 268.41798 272.84599 276.91398 278.98399 282.917 287.35398">Send the Command for the Device </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-568.9" x="289.49 292.505 297.28404 299.31803 304.00703 307.84104 315.53605 319.96406 323.44706 326.93006 331.24107 335.56108 339.99806 342.76106 347.32405">to ucMessage[2]</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-568.9" x="350.23"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="144.02 148.46">e.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-556.3" x="150.74"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="162.02">I</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="164.3 167.06">f </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="169.1 172.24102 176.66 181.34001 186.02002 188.06304 191.29404 195.73104 197.76503 201.24803 205.68503 208.70003 210.83303 213.84803 218.51003 222.94702 224.98102 230.51602 234.82703 237.84203 242.15303 244.29503 248.97504 253.05204 256.06706 260.49507 263.97807 266.12907 270.80906 274.64308 282.43708 286.87406 290.35707 293.84007 298.15107 302.47108 306.90806 309.67106 314.23405 316.99705">require set the Data bytes ucMessage[3],</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="319.37"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="321.41 326.09 329.924 337.61903 342.04704 345.53004 349.01304 353.44105 357.64405 362.08103">ucMessage[</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="364.87">4</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="369.43">]</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="372.19">,</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="374.47"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="376.51 381.19 385.02403 392.71903 397.255 400.738 404.329 408.64 412.85203 417.289">ucMessage[</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="420.07">5</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="424.63">]</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-556.3" x="427.51"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-543.58" x="144.02 146.78">f.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Arial"><tspan y="-543.58" x="149.06"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-543.58" x="162.02 166.097 170.534 173.549 175.583 178.59799 183.368 187.805 189.83899 194.528 198.362 206.057 210.593 214.076 217.559 221.87001 226.08202 230.51902 234.35301 238.90702 243.58702 247.79003 250.90402 255.58403 257.61805 261.92906 265.77207 269.60609 274.3941 277.5351 282.1971 284.2401 288.9201 293.1231 295.1661 299.2431 301.5111 306.6771 310.9881 313.0581 315.07414 319.75413 321.78813 326.4771 330.31114 338.10514 342.5421 346.02513 349.50813 353.93614 358.13914 362.5761 366.4101 370.84709 375.52708 379.83808 382.8531 387.5151 389.5491 393.6171 397.9461 399.9891 404.7771 409.21409 412.69709 414.73109 419.04209 422.18309 426.62007 428.65406 433.21705 435.25105 438.26606 443.05409 445.08808 449.65107">Set the ucMessageLength accordingly.Valid ucMessageLength values are 3 to 6.</tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="9" font-family="Calibri"><tspan y="-543.58" x="452.23"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-532.63" x="108.02"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Courier New"><tspan y="-532.63" x="144.02"> </tspan></text>
|
||||
<text xml:space="preserve" transform="matrix(1 0 -0 1 0 792)" font-size="8.04" font-family="Calibri"><tspan y="-521.47" x="90.024"> </tspan></text>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 762.96H24.72V768H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 767.28H29.04V768H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 762.96H25.439999V767.28H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 766.56H29.039999V767.27999H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 762.96H27.6V766.56H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 764.4H29.04V766.56H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 762.96H28.32V764.4H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 763.68H29.04V764.39999H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 762.96H29.039999V763.68H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 762.96H29.039999V763.68H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 767.28H583.06V768H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 766.56H583.06V767.27999H29.04Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 764.4H583.06V766.56H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 763.68H583.06V764.39999H29.04Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 762.96H583.06V763.68H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M587.4 762.96H588.12V768H587.4Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 767.28H588.124V768H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M586.68 762.96H587.4V767.28H586.68Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 766.56H587.404V767.27999H583.06Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M584.52 762.96H586.68V766.56H584.52Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 764.4H586.684V766.56H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.8 762.96H584.52V764.4H583.8Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 763.68H584.524V764.39999H583.06Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 762.96H583.80398V763.68H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 762.96H583.80398V763.68H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 28.92H24.72V762.95999H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 28.92H25.439999V762.95999H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 28.92H27.6V762.95999H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 28.92H28.32V762.95999H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 28.92H29.039999V762.95999H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M587.4 28.92H588.12V762.95999H587.4Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M586.68 28.92H587.4V762.95999H586.68Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M584.52 28.92H586.68V762.95999H584.52Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.8 28.92H584.52V762.95999H583.8Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 28.92H583.80398V762.95999H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 23.88H24.72V28.919999H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24 23.88H29.04V24.59997H24Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 24.6H25.439999V28.92H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M24.72 24.6H29.039999V25.32003H24.72Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 25.32H27.6V28.92H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M25.44 25.32H29.04V27.48H25.44Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 27.48H28.32V28.92H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M27.6 27.48H29.04V28.20003H27.6Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 28.2H29.039999V28.919972H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M28.32 28.2H29.039999V28.919972H28.32Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 23.88H583.06V24.59997H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 24.6H583.06V25.32003H29.04Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 25.32H583.06V27.48H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 27.48H583.06V28.20003H29.04Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M29.04 28.2H583.06V28.919972H29.04Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M587.4 23.88H588.12V28.919999H587.4Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 23.88H588.124V24.59997H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M586.68 24.6H587.4V28.92H586.68Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 24.6H587.404V25.32003H583.06Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M584.52 25.32H586.68V28.92H584.52Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 25.32H586.684V27.48H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.8 27.48H584.52V28.92H583.8Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 27.48H584.524V28.20003H583.06Z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 28.2H583.80398V28.919972H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
<path transform="matrix(1,0,0,-1,0,792)" d="M583.06 28.2H583.80398V28.919972H583.06Z" fill="#eaf1dd" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 27 KiB |
Loading…
Add table
Add a link
Reference in a new issue