mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-04 22:05:41 +08:00
Final modem refactoring.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user