mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Create a pseudo TTY for the AX25 Network.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#ifndef AX25Network_H
|
||||
#define AX25Network_H
|
||||
|
||||
#include "SerialController.h"
|
||||
#include "PseudoTTYController.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
@@ -42,13 +42,13 @@ public:
|
||||
void close();
|
||||
|
||||
private:
|
||||
CSerialController m_serial;
|
||||
unsigned char* m_txData;
|
||||
unsigned char* m_rxData;
|
||||
unsigned int m_rxLength;
|
||||
unsigned char m_rxLastChar;
|
||||
bool m_debug;
|
||||
bool m_enabled;
|
||||
CPseudoTTYController m_serial;
|
||||
unsigned char* m_txData;
|
||||
unsigned char* m_rxData;
|
||||
unsigned int m_rxLength;
|
||||
unsigned char m_rxLastChar;
|
||||
bool m_debug;
|
||||
bool m_enabled;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user