Final modem refactoring.

This commit is contained in:
Jonathan Naylor
2021-02-17 21:36:47 +00:00
parent 279afb75f3
commit e291096d22
30 changed files with 3144 additions and 3299 deletions

View File

@@ -19,13 +19,13 @@
#ifndef UDPController_H
#define UDPController_H
#include "MMDVMModemPort.h"
#include "ModemPort.h"
#include "RingBuffer.h"
#include "UDPSocket.h"
#include <string>
class CUDPController : public IMMDVMModemPort {
class CUDPController : public IModemPort {
public:
CUDPController(const std::string& modemAddress, unsigned int modemPort, unsigned int localPort);
virtual ~CUDPController();