Home
last modified time | relevance | path

Searched refs:tx_vfo (Results 1 – 25 of 83) sorted by relevance

1234

/dports/comms/hamlib/hamlib-4.3.1/tests/
H A Dtestcache.c155 vfo_t tx_vfo; in main() local
157 rig_get_split_vfo(my_rig, RIG_VFO_A, &split, &tx_vfo); in main()
158 printf("split=%d, tx_vfo=%s\n", split, rig_strvfo(tx_vfo)); in main()
160 if (split != 0 || tx_vfo != RIG_VFO_A) { printf("split#1 failed\n"); exit(1); } in main()
164 rig_get_split_vfo(my_rig, RIG_VFO_A, &split, &tx_vfo); in main()
165 printf("split=%d, tx_vfo=%s\n", split, rig_strvfo(tx_vfo)); in main()
167 …if (split != RIG_SPLIT_ON || (tx_vfo != RIG_VFO_B && tx_vfo != RIG_VFO_SUB)) { printf("split#2 fai… in main()
/dports/comms/hamlib/hamlib-4.3.1/rigs/icom/
H A Dic821h.c61 int ic821h_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo) in ic821h_set_split_vfo() argument
68 rig_strvfo(vfo), split, rig_strvfo(tx_vfo)); in ic821h_set_split_vfo()
70 if (tx_vfo == RIG_VFO_MAIN) in ic821h_set_split_vfo()
76 priv->tx_vfo = split == RIG_SPLIT_ON ? RIG_VFO_SUB : RIG_VFO_MAIN; in ic821h_set_split_vfo()
80 else if (tx_vfo == RIG_VFO_A) in ic821h_set_split_vfo()
83 priv->tx_vfo = split == RIG_SPLIT_ON ? RIG_VFO_B : RIG_VFO_A; in ic821h_set_split_vfo()
88 rig_strvfo(tx_vfo)); in ic821h_set_split_vfo()
H A Dicom.c4916 *tx_vfo = priv->tx_vfo = RIG_VFO_SUB; in icom_get_split_vfos()
4921 *tx_vfo = priv->tx_vfo = RIG_VFO_B; in icom_get_split_vfos()
4926 *tx_vfo = priv->tx_vfo = RIG_VFO_A; in icom_get_split_vfos()
5735 tx_vfo = vfo; in icom_set_split_freq_mode()
5940 if ((tx_vfo == RIG_VFO_SUB || tx_vfo == RIG_VFO_MAIN) in icom_set_split_vfo()
5950 else if ((tx_vfo == RIG_VFO_A || tx_vfo == RIG_VFO_B) in icom_set_split_vfo()
5976 if (tx_vfo == RIG_VFO_A || tx_vfo == RIG_VFO_B) in icom_set_split_vfo()
5984 else if (tx_vfo == RIG_VFO_MAIN || tx_vfo == RIG_VFO_SUB) in icom_set_split_vfo()
6021 priv->tx_vfo = tx_vfo; in icom_set_split_vfo()
6094 priv->tx_vfo = tx_vfo; in icom_set_split_vfo()
[all …]
H A Dx108g.c117 vfo_t tx_vfo);
350 static int x108g_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo) in x108g_set_split_vfo() argument
408 vfo_t rx_vfo, tx_vfo; in x108g_set_split_freq() local
450 if (RIG_OK != (rc = icom_get_split_vfos(rig, &rx_vfo, &tx_vfo))) { return rc; } in x108g_set_split_freq()
452 if (RIG_OK != (rc = icom_set_vfo(rig, tx_vfo))) { return rc; } in x108g_set_split_freq()
477 vfo_t rx_vfo, tx_vfo; in x108g_set_split_mode() local
520 if (RIG_OK != (rc = icom_get_split_vfos(rig, &rx_vfo, &tx_vfo))) { return rc; } in x108g_set_split_mode()
522 if (RIG_OK != (rc = icom_set_vfo(rig, tx_vfo))) { return rc; } in x108g_set_split_mode()
H A Dicom.h250 vfo_t tx_vfo; member
325 int icom_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
326 int icom_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
327 int icom_mem_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
375 int icom_get_split_vfos(RIG *rig, vfo_t *rx_vfo, vfo_t *tx_vfo);
/dports/comms/hamlib/hamlib-4.3.1/rigs/yaesu/
H A Dft891.c256 int ft891_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo) in ft891_set_split_vfo() argument
272 rig_debug(RIG_DEBUG_TRACE, "%s: passed tx_vfo = 0x%02x\n", __func__, tx_vfo); in ft891_set_split_vfo()
278 if (vfo == tx_vfo || tx_vfo == RIG_VFO_MEM) in ft891_set_split_vfo()
325 int ft891_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo) in ft891_get_split_vfo() argument
352 *tx_vfo = RIG_VFO_A; in ft891_get_split_vfo()
354 if (*split) { *tx_vfo = RIG_VFO_B; } in ft891_get_split_vfo()
356 rig_debug(RIG_DEBUG_TRACE, "%s: get tx_vfo = 0x%02x\n", __func__, *tx_vfo); in ft891_get_split_vfo()
H A Dft990.c1028 if (tx_vfo == RIG_VFO_CURR) in ft990_set_split_vfo()
1030 tx_vfo = priv->current_vfo; in ft990_set_split_vfo()
1032 __func__, tx_vfo); in ft990_set_split_vfo()
1036 if (vfo == tx_vfo || tx_vfo == RIG_VFO_MEM) in ft990_set_split_vfo()
1044 err = ft990_set_vfo(rig, tx_vfo); in ft990_set_split_vfo()
1136 *tx_vfo = RIG_VFO_B; in ft990_get_split_vfo()
1140 *tx_vfo = RIG_VFO_A; in ft990_get_split_vfo()
1146 *tx_vfo = RIG_VFO_B; in ft990_get_split_vfo()
1150 *tx_vfo = RIG_VFO_A; in ft990_get_split_vfo()
3032 chan->tx_vfo = RIG_VFO_B; in ft990_get_channel()
[all …]
H A Dnewcat.h173 int newcat_set_tx_vfo(RIG *rig, vfo_t tx_vfo);
174 int newcat_get_tx_vfo(RIG *rig, vfo_t *tx_vfo);
198 int newcat_set_split_vfo(RIG * rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
199 int newcat_get_split_vfo(RIG * rig, vfo_t vfo, split_t * split, vfo_t *tx_vfo);
H A Dft1000d.c1048 if (tx_vfo == RIG_VFO_CURR) in ft1000d_set_split_vfo()
1050 tx_vfo = priv->current_vfo; in ft1000d_set_split_vfo()
1052 __func__, tx_vfo); in ft1000d_set_split_vfo()
1056 if (vfo == tx_vfo || tx_vfo == RIG_VFO_MEM) in ft1000d_set_split_vfo()
1165 *tx_vfo = RIG_VFO_B; in ft1000d_get_split_vfo()
1169 *tx_vfo = RIG_VFO_A; in ft1000d_get_split_vfo()
1175 *tx_vfo = RIG_VFO_B; in ft1000d_get_split_vfo()
1179 *tx_vfo = RIG_VFO_A; in ft1000d_get_split_vfo()
1194 *tx_vfo); in ft1000d_get_split_vfo()
3084 chan->tx_vfo = RIG_VFO_B; in ft1000d_get_channel()
[all …]
H A Dft891.h134 static int ft891_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
138 static int ft891_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
H A Dft747.h194 static int ft747_set_split(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
195 static int ft747_get_split(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
H A Dft767gx.c82 vfo_t tx_vfo);
84 vfo_t *tx_vfo);
1155 int ft767_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo) in ft767_set_split_vfo() argument
1166 rig_debug(RIG_DEBUG_TRACE, "%s: passed tx_vfo = 0x%02x\n", __func__, tx_vfo); in ft767_set_split_vfo()
1169 if ((tx_vfo != RIG_VFO_A) && (tx_vfo != RIG_VFO_B)) in ft767_set_split_vfo()
1197 switch (tx_vfo) in ft767_set_split_vfo()
1308 int ft767_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo) in ft767_get_split_vfo() argument
1340 *tx_vfo = RIG_VFO_B; in ft767_get_split_vfo()
1344 *tx_vfo = RIG_VFO_A; in ft767_get_split_vfo()
H A Dft817.h149 vfo_t *tx_vfo);
151 vfo_t tx_vfo);
H A Dft857.h133 static int ft857_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
134 static int ft857_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
H A Dft847.h163 static int ft847_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
164 static int ft847_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
H A Dft100.h157 static int ft100_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
158 static int ft100_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
H A Dft1000mp.h229 int ft1000mp_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
230 int ft1000mp_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
H A Dft890.h341 static int ft890_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
342 static int ft890_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
/dports/comms/wsjtz/wsjtx/Transceiver/
H A DHamlibTransceiver.cpp115 hamlib_tx_vfo_fixup (RIG * rig, vfo_t tx_vfo) in hamlib_tx_vfo_fixup() argument
118 original_vfo_ = rig_->state.tx_vfo;
119 rig_->state.tx_vfo = tx_vfo;
124 rig_->state.tx_vfo = original_vfo_; in ~hamlib_tx_vfo_fixup()
295 auto tx_vfo = (WSJT_RIG_NONE_CAN_SPLIT || !is_dummy_) && for_split in get_vfos() local
301 std::swap (rx_vfo, tx_vfo); in get_vfos()
305 return std::make_tuple (rx_vfo, tx_vfo); in get_vfos()
924 auto tx_vfo = std::get<1> (vfos); in do_tx_frequency() local
984 hamlib_tx_vfo_fixup fixup (m_->rig_.data (), tx_vfo); in do_tx_frequency()
1034 auto tx_vfo = std::get<1> (vfos); in do_mode() local
[all …]
/dports/comms/hamlib/hamlib-4.3.1/src/
H A Drig.c3810 tx_vfo = rig->state.tx_vfo; in rig_set_split_freq()
3814 tx_vfo = vfo; in rig_set_split_freq()
3979 tx_vfo = rig->state.tx_vfo; in rig_get_split_freq()
3983 tx_vfo = vfo; in rig_get_split_freq()
4131 tx_vfo = rig->state.tx_vfo; in rig_set_split_mode()
4135 tx_vfo = vfo; in rig_set_split_mode()
4257 tx_vfo = rig->state.tx_vfo; in rig_get_split_mode()
4556 tx_vfo = vfo_fixup(rig, tx_vfo, split); in rig_set_split_vfo()
4579 rig->state.tx_vfo = tx_vfo; in rig_set_split_vfo()
4623 rig->state.tx_vfo = tx_vfo; in rig_set_split_vfo()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rigs/tentec/
H A Dtentec2.h51 int tentec2_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
52 int tentec2_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
H A Domnivii.c105 vfo_t tx_vfo);
107 vfo_t *tx_vfo);
1285 int tt588_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo) in tt588_set_split_vfo() argument
1290 if (tx_vfo == RIG_VFO_SUB) in tt588_set_split_vfo()
1292 tx_vfo = RIG_VFO_B; in tt588_set_split_vfo()
1296 rig_strvfo(vfo), split, rig_strvfo(tx_vfo)); in tt588_set_split_vfo()
1338 int tt588_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo) in tt588_get_split_vfo() argument
1376 *tx_vfo = RIG_VFO_B; // Omni VII always transmits on VFO_B when in split in tt588_get_split_vfo()
1380 *tx_vfo = RIG_VFO_A; // VFO A when not in split in tt588_get_split_vfo()
1384 rig_strvfo(*tx_vfo)); in tt588_get_split_vfo()
/dports/comms/hamlib/hamlib-4.3.1/rigs/prm80/
H A Dprm80.h50 int prm80_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
51 int prm80_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);
/dports/comms/hamlib/hamlib-4.3.1/rigs/icmarine/
H A Dicm710.h63 int icm710_set_split_vfo(RIG *rig, vfo_t rx_vfo, split_t split, vfo_t tx_vfo);
64 int icm710_get_split_vfo(RIG *rig, vfo_t rx_vfo, split_t *split, vfo_t *tx_vfo);
H A Dicmarine.h54 int icmarine_set_split_vfo(RIG *rig, vfo_t rx_vfo, split_t split, vfo_t tx_vfo);
55 int icmarine_get_split_vfo(RIG *rig, vfo_t rx_vfo, split_t *split, vfo_t *tx_vfo);

1234