메소드 | 설명 | |
---|---|---|
DecodePulse ( ConcurrentQueue |
Runs the decoder thread.
|
메소드 | 설명 | |
---|---|---|
DecodeCycle ( |
Decodes the incoming PWM signal (each complete cycle) using the CPPM protocol.
|
public DecodePulse ( ConcurrentQueue |
||
inputBuffer | ConcurrentQueue |
Buffer from which new PWM values are read. |
inputTrigger | Trigger which is fired by the caller when new data arrives. | |
outputBuffer | ConcurrentQueue |
Buffer into which decoded PWM frames are written. |
outputTrigger | Trigger which is fired by this decoder when new data has been decoded. | |
stop | Signals when the decoder should stop. | |
리턴 | void |