~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to src/include/status.h

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-10-25 11:17:10 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141025111710-n32skgya3l9u1brw
Tags: 1.3.17-1
* New upstream release (Closes: #761839)
* Debian Standards-Version: 3.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        int             squelch;
108
108
 
109
109
        int             schema;
 
110
        bool    hrd_buttons;
110
111
 
111
112
        int             line_out;
112
113
        bool    data_port;
117
118
        int             cw_spot;
118
119
        bool    spot_onoff;
119
120
        int             cw_spot_tone;
 
121
        bool    enable_keyer;
 
122
        bool    break_in;
120
123
        double  cw_qsk;
121
 
        bool    enable_keyer;
 
124
        double  cw_delay;
122
125
        bool    vox_onoff;
123
126
        int             vox_gain;
124
127
        int             vox_anti;
253
256
        
254
257
        string  ui_scheme;
255
258
 
256
 
        string server_port;
257
 
        string server_addr;
 
259
        string  server_port;
 
260
        string  server_addr;
 
261
 
 
262
        string  tcpip_port;
 
263
        string  tcpip_addr;
 
264
        int             tcpip_ping_delay;
 
265
        int             tcpip_reconnect_after;
 
266
        int             tcpip_drops_allowed;
 
267
        bool    use_tcpip;
258
268
 
259
269
        bool    xcvr_auto_on;
260
270
        bool    xcvr_auto_off;