Refactored some class names.

This commit is contained in:
Jonathan Naylor
2021-02-16 20:05:03 +00:00
parent 6344f8b9ef
commit ff9712b36a
18 changed files with 184 additions and 186 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 by Jonathan Naylor G4KLX
* Copyright (C) 2020,2021 by Jonathan Naylor G4KLX
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -23,9 +23,9 @@
#include <cstring>
#include "SerialController.h"
#include "UARTController.h"
class CPseudoTTYController : public CSerialController {
class CPseudoTTYController : public CUARTController {
public:
CPseudoTTYController(const std::string& symlink, unsigned int speed, bool assertRTS = false);
virtual ~CPseudoTTYController();