File: plugin.xml

package info (click to toggle)
sight 25.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,252 kB
  • sloc: cpp: 310,629; xml: 17,622; ansic: 9,960; python: 1,379; sh: 144; makefile: 33
file content (13 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<plugin id="sight::module::sync" library="true">
    <extension implements="sight::service::extension::factory">
        <type>sight::service::synchronizer</type>
        <service>sight::module::sync::synchronizer</service>
        <desc>synchronizer service synchronizes any kind of video or matrix streams combination.</desc>
    </extension>

    <extension implements="sight::service::extension::factory">
        <type>sight::service::controller</type>
        <service>sight::module::sync::signal_gate</service>
        <desc>This service triggers a signal each time all configured signals are received. Once it triggers the signal</desc>
    </extension>
</plugin>