Home
last modified time | relevance | path

Searched refs:ptt_ (Results 1 – 25 of 76) sorted by relevance

1234

/dports/comms/wsjtz/wsjtx/Transceiver/
H A DTransceiver.cpp20 << "; PTT: " << (s.ptt_ ? "on" : "off") in operator <<()
38 << "; PTT: " << (s.ptt_ ? "on" : "off") in operator <<()
53 || lhs.ptt_ != rhs.ptt_; in operator !=()
H A DTransceiver.hpp88 , ptt_ {false}
97 bool ptt () const {return ptt_;} in ptt()
104 void ptt (bool state) {ptt_ = state;} in ptt()
112 bool ptt_; member in Transceiver::TransceiverState
/dports/comms/flrig/flrig-1.3.54/src/rigs/
H A DTS140.cxx172 ptt_ = val; in set_PTT_control()
205 if (ret < 38) return ptt_; in get_PTT()
206 ptt_ = (replybuff[28] == '1'); in get_PTT()
207 return ptt_; in get_PTT()
H A DTS940S.cxx255 ptt_ = val; in set_PTT_control()
291 if (ret < 38) return ptt_; in get_PTT()
292 ptt_ = (replybuff[28] == '1'); in get_PTT()
294 return ptt_; in get_PTT()
H A DTS450S.cxx365 ptt_ = val; in set_PTT_control()
398 if (ret < 38) return ptt_; in get_PTT()
399 ptt_ = (replybuff[28] == '1'); in get_PTT()
400 return ptt_; in get_PTT()
H A DFT736R.cxx231 ptt_ = val; in set_PTT_control()
242 return ptt_; in get_PTT()
H A DTS850.cxx429 if (ret < 38) return ptt_; in get_PTT()
430 ptt_ = (replybuff[28] == '1'); in get_PTT()
431 return ptt_; in get_PTT()
H A DKENWOOD.cxx215 if (ret < 38) return ptt_; in get_PTT()
216 ptt_ = (replybuff[28] == '1'); in get_PTT()
218 return ptt_; in get_PTT()
H A DTT566.cxx321 ptt_ = val; in set_PTT_control()
487 ptt_ = 1; in get_smeter()
520 ptt_ = 0; in get_power_out()
539 return ptt_; in get_PTT()
H A DTS950.cxx555 if (ret < 38) return ptt_; in get_PTT()
556 ptt_ = (replybuff[28] == '1'); in get_PTT()
558 return ptt_; in get_PTT()
H A DFT2000.cxx374 ptt_ = val; in set_PTT_control()
386 if (p == string::npos) return ptt_; in get_PTT()
387 ptt_ = (replystr[p+2] != '0' ? 1 : 0); in get_PTT()
388 return ptt_; in get_PTT()
H A DTS570.cxx896 if (ret < 38) return ptt_; in get_PTT()
897 ptt_ = (replybuff[28] == '1'); in get_PTT()
898 return ptt_; in get_PTT()
H A DFT450.cxx433 ptt_ = val; in set_PTT_control()
445 if (p == string::npos) return ptt_; in get_PTT()
446 ptt_ = (replystr[p+2] != '0' ? 1 : 0); in get_PTT()
447 return ptt_; in get_PTT()
H A DIC7410.cxx596 ptt_ = val; in set_PTT_control()
609 ptt_ = replystr[p + 6]; in get_PTT()
611 return ptt_; in get_PTT()
H A DFT747.cxx235 ptt_ = val; in set_PTT_control()
H A DFT847.cxx209 ptt_ = val; in set_PTT_control()
H A DIC7700.cxx629 ptt_ = val; in set_PTT_control()
643 ptt_ = replystr[p + 6]; in get_PTT()
645 return ptt_; in get_PTT()
H A DFTdx3000.cxx537 ptt_ = val; in set_PTT_control()
549 if (p == string::npos) return ptt_; in get_PTT()
550 ptt_ = (replystr[p+2] != '0' ? 1 : 0); in get_PTT()
551 return ptt_; in get_PTT()
H A DFT5000.cxx576 ptt_ = val; in set_PTT_control()
588 if (p == string::npos) return ptt_; in get_PTT()
589 ptt_ = (replystr[p+2] != '0' ? 1 : 0); in get_PTT()
590 return ptt_; in get_PTT()
/dports/comms/wsjtz/wsjtx/map65/libm65/
H A Dptt.c4 int ptt_(int *nport, int *ntx, int *iptt) in ptt_() function
H A Dptt_unix.c96 int ptt_(int *unused, int *ntx, int *iptt) in ptt_() function
/dports/comms/wsjtz/wsjtx/lib/
H A Dptt.c4 int ptt_(int *nport, int *ntx, int *iptt) in ptt_() function
/dports/comms/wsjtz/wsjtx/lib/ft2/
H A Dptt.c4 int ptt_(int *nport, int *ntx, int *ndtr, int *iptt) in ptt_() function
H A Dptt_unix.c51 ptt_(int *unused, char *ptt_port, int *ntx, int *ndtr, int *iptt) in ptt_() function
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigbase.h412 int ptt_; variable
414 virtual void set_PTT_control(int val) {ptt_ = val;} in set_PTT_control()
415 virtual int get_PTT() {return ptt_;} in get_PTT()

1234