File size: 1,209 Bytes
a3ff4f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
processType:    class
header:         dsp_ab_lpf.h

class:
    name:               ABLowPass
    hasCoefficients:    true
    templateParameters:

        -   type:           numeric
            name:           Number of Channels
            description:    Number of channels to be processed
            usersettable:   true
            kind:           iochan

        -   type:           datatype
            name:           I/O Type
            description:    I/O Type
            usersettable:   false
            kind:           iotype

    needsInstance : true

function:
    name:               process
    perSample:          true
    returnsValue:       false
    hasCoefficients:    true

    inputs:
        -   type:           bundle
            name:           Input A
            description:    Input A to the AB switch
            kind:           signal

        -   type:           buffer
            name:           control
            description:    Input B to the AB switch
            kind:           control

    outputs:
        -   type:           bundle
            name:           Output
            description:    Output of the signal selected
            kind:           signal