#include <ir.h>
|
void | codeHandler (const char *code, uint32_t bit_count, int is_repeat) const |
|
| IR (int32_t serial_number, std::function< void(const char *, uint32_t, int)> code_handler) |
|
| ~IR () |
|
|
static void | CodeHandler (PhidgetIRHandle ir, void *ctx, const char *code, uint32_t bit_count, int is_repeat) |
|
Definition at line 41 of file ir.h.
◆ IR()
phidgets::IR::IR |
( |
int32_t |
serial_number, |
|
|
std::function< void(const char *, uint32_t, int)> |
code_handler |
|
) |
| |
|
explicit |
◆ ~IR()
◆ codeHandler()
void phidgets::IR::codeHandler |
( |
const char * |
code, |
|
|
uint32_t |
bit_count, |
|
|
int |
is_repeat |
|
) |
| const |
◆ CodeHandler()
void phidgets::IR::CodeHandler |
( |
PhidgetIRHandle |
ir, |
|
|
void * |
ctx, |
|
|
const char * |
code, |
|
|
uint32_t |
bit_count, |
|
|
int |
is_repeat |
|
) |
| |
|
staticprivate |
◆ code_handler_
std::function<void(const char *, uint32_t, int)> phidgets::IR::code_handler_ |
|
private |
Definition at line 54 of file ir.h.
◆ ir_handle_
PhidgetIRHandle phidgets::IR::ir_handle_ |
|
private |
Definition at line 55 of file ir.h.
The documentation for this class was generated from the following files: