process cracked into 3

lastudp
Tom Early 7 years ago
parent f9acf25f85
commit b4adc4417f

File diff suppressed because it is too large Load Diff

@ -85,8 +85,8 @@ class CQnetGateway {
public:
CQnetGateway();
~CQnetGateway();
void process();
int init(char *cfgfile);
void Process();
int Init(char *cfgfile);
private:
bool is_icom, is_not_icom;
@ -157,6 +157,10 @@ private:
void PlayFileThread(char *file);
void compute_aprs_hash();
void APRSBeaconThread();
void ProcessTimeouts();
void ProcessRouting();
void ProcessRepeater();
bool Flag_is_ok(unsigned char flag);
// read configuration file
bool read_config(char *);

Loading…
Cancel
Save

Powered by TurnKey Linux.