A decoder class for RC5 signals.
More...
#include <Rc5Decoder.h>
A decoder class for RC5 signals.
Definition at line 9 of file Rc5Decoder.h.
◆ Rc5Decoder()
Rc5Decoder::Rc5Decoder |
( |
const IrReader & |
irReader | ) |
|
◆ ~Rc5Decoder()
virtual Rc5Decoder::~Rc5Decoder |
( |
| ) |
|
|
inlinevirtual |
◆ getD()
int Rc5Decoder::getD |
( |
| ) |
const |
|
inline |
Returns the D parameter, or -1 if invalid.
- Returns
- int
Definition at line 33 of file Rc5Decoder.h.
◆ getDecode()
const char * Rc5Decoder::getDecode |
( |
| ) |
const |
|
virtual |
Returns a textual description the decode for human consumption.
- Returns
- decode as text.
Implements IrDecoder.
Definition at line 55 of file Rc5Decoder.cpp.
◆ getF()
int Rc5Decoder::getF |
( |
| ) |
const |
|
inline |
Returns the F parameter, or -1 if invalid.
- Returns
- int
Definition at line 25 of file Rc5Decoder.h.
◆ getT()
int Rc5Decoder::getT |
( |
| ) |
const |
|
inline |
Returns the T parameter, or -1 if invalid.
- Returns
- int
Definition at line 41 of file Rc5Decoder.h.
◆ tryDecode()
bool Rc5Decoder::tryDecode |
( |
const IrReader & |
irReader, |
|
|
Stream & |
stream |
|
) |
| |
|
static |
Convenience function; constructs an Rc5Decoder and calls its printDecode.
- Parameters
-
- Returns
- success of operation
Definition at line 22 of file Rc5Decoder.cpp.
The documentation for this class was generated from the following files: