mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 07:10:16 +00:00
Merge branch 'main' of https://github.com/Show-maket/IR-protocol
This commit is contained in:
commit
4f6482ec2a
@ -37,7 +37,8 @@ public:
|
|||||||
// @return Буффер переполнился
|
// @return Буффер переполнился
|
||||||
bool isOverflow() { return isBufferOverflow; };
|
bool isOverflow() { return isBufferOverflow; };
|
||||||
bool isReciving() { return isRecive; };
|
bool isReciving() { return isRecive; };
|
||||||
void listen();
|
// @brief Слушатель для работы isReciving()
|
||||||
|
void listen();
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "IR_config.h"
|
#include "IR_config.h"
|
||||||
|
|
||||||
|
//TODO: Отложенная передача после завершения приема
|
||||||
|
|
||||||
class IR_Decoder;
|
class IR_Decoder;
|
||||||
class IR_Encoder : IR_FOX {
|
class IR_Encoder : IR_FOX {
|
||||||
friend IR_Decoder;
|
friend IR_Decoder;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user