Define several methods as private
This commit is contained in:
parent
c33c73fe01
commit
64ae87faf1
@ -46,9 +46,6 @@ public:
|
|||||||
void setDtuSerial(uint64_t serial);
|
void setDtuSerial(uint64_t serial);
|
||||||
|
|
||||||
bool isIdle();
|
bool isIdle();
|
||||||
void sendEsbPacket(CommandAbstract* cmd);
|
|
||||||
void sendRetransmitPacket(uint8_t fragment_id);
|
|
||||||
void sendLastPacketAgain();
|
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
T* enqueCommand()
|
T* enqueCommand()
|
||||||
@ -68,6 +65,10 @@ private:
|
|||||||
bool checkFragmentCrc(fragment_t* fragment);
|
bool checkFragmentCrc(fragment_t* fragment);
|
||||||
void dumpBuf(const char* info, uint8_t buf[], uint8_t len);
|
void dumpBuf(const char* info, uint8_t buf[], uint8_t len);
|
||||||
|
|
||||||
|
void sendEsbPacket(CommandAbstract* cmd);
|
||||||
|
void sendRetransmitPacket(uint8_t fragment_id);
|
||||||
|
void sendLastPacketAgain();
|
||||||
|
|
||||||
std::unique_ptr<SPIClass> _hspi;
|
std::unique_ptr<SPIClass> _hspi;
|
||||||
std::unique_ptr<RF24> _radio;
|
std::unique_ptr<RF24> _radio;
|
||||||
uint8_t _rxChLst[5] = { 3, 23, 40, 61, 75 };
|
uint8_t _rxChLst[5] = { 3, 23, 40, 61, 75 };
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user