@ -24,27 +24,6 @@
using namespace libconfig;
typedef struct {
std::string callsign;
std::string address;
unsigned int port;
} TGateway;
std::string band;
std::string reflector;
} TRepeater;
std::string hostname;
std::string username;
std::string password;
bool isQuadNet;
} TircDDB;
class CDStarGatewayConfig {
public:
CDStarGatewayConfig(const std::string &pathname);
@ -124,3 +124,24 @@ enum GATEWAY_TYPE {
};
const unsigned int TIME_PER_TIC_MS = 5U;
Powered by TurnKey Linux.