First stage of CCS removal.

This commit is contained in:
Jonathan Naylor 2018-09-19 15:05:20 +01:00
parent 094f0d286d
commit 9669d865b5
35 changed files with 39 additions and 2286 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2015 by Jonathan Naylor G4KLX
* Copyright (C) 2010-2015,2018 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
@ -24,7 +24,6 @@
const wxString DEXTRA_HOSTS_FILE_NAME = wxT("DExtra_Hosts.txt");
const wxString DPLUS_HOSTS_FILE_NAME = wxT("DPlus_Hosts.txt");
const wxString DCS_HOSTS_FILE_NAME = wxT("DCS_Hosts.txt");
const wxString CCS_HOSTS_FILE_NAME = wxT("CCS_Hosts.txt");
const wxString GATEWAY_HOSTS_FILE_NAME = wxT("Gateway_Hosts.txt");
const wxString LINKS_BASE_NAME = wxT("Links");
@ -57,8 +56,7 @@ enum DIRECTION {
enum PROTOCOL {
PROTO_DEXTRA,
PROTO_DPLUS,
PROTO_DCS,
PROTO_CCS
PROTO_DCS
};
enum HW_TYPE {
@ -109,12 +107,10 @@ enum LINK_STATUS {
LS_LINKING_DEXTRA,
LS_LINKING_DPLUS,
LS_LINKING_DCS,
LS_LINKING_CCS,
LS_LINKED_LOOPBACK,
LS_LINKED_DEXTRA,
LS_LINKED_DPLUS,
LS_LINKED_DCS,
LS_LINKED_CCS
LS_LINKED_DCS
};
enum SLOWDATA_STATE {