mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 07:10:16 +00:00
Todo and info
This commit is contained in:
parent
84a2a74fc5
commit
f2a0f2b619
@ -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