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: public:
CQnetGateway(); CQnetGateway();
~CQnetGateway(); ~CQnetGateway();
void process(); void Process();
int init(char *cfgfile); int Init(char *cfgfile);
private: private:
bool is_icom, is_not_icom; bool is_icom, is_not_icom;
@ -157,6 +157,10 @@ private:
void PlayFileThread(char *file); void PlayFileThread(char *file);
void compute_aprs_hash(); void compute_aprs_hash();
void APRSBeaconThread(); void APRSBeaconThread();
void ProcessTimeouts();
void ProcessRouting();
void ProcessRepeater();
bool Flag_is_ok(unsigned char flag);
// read configuration file // read configuration file
bool read_config(char *); bool read_config(char *);

Loading…
Cancel
Save

Powered by TurnKey Linux.