[Hamlib-developer] [Hamlib/Hamlib] 050331: Change token_t to hamlib_token_t to avoid collsion...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Michael B. <no...@gi...> - 2024-01-22 05:13:06
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 05033171c379123b2af6e29bd9f586f77d5fdcd3 https://github.com/Hamlib/Hamlib/commit/05033171c379123b2af6e29bd9f586f77d5fdcd3 Author: Mike Black W9MDB <mdb...@ya...> Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M c++/ampclass.cc M c++/rigclass.cc M c++/rotclass.cc M include/hamlib/ampclass.h M include/hamlib/amplifier.h M include/hamlib/rig.h M include/hamlib/rigclass.h M include/hamlib/rotator.h M include/hamlib/rotclass.h M rigs/adat/adat.c M rigs/adat/adat.h M rigs/dummy/dummy.c M rigs/dummy/dummy_common.c M rigs/dummy/dummy_common.h M rigs/dummy/flrig.c M rigs/dummy/rot_dummy.c M rigs/elad/elad.c M rigs/elad/elad.h M rigs/flexradio/dttsp.c M rigs/gomspace/gs100.c M rigs/icmarine/icm710.c M rigs/icmarine/icm710.h M rigs/icmarine/icmarine.c M rigs/icmarine/icmarine.h M rigs/icom/ic746.c M rigs/icom/ic756.c M rigs/icom/icom.c M rigs/icom/icom.h M rigs/icom/optoscan.c M rigs/icom/optoscan.h M rigs/kenwood/k2.c M rigs/kenwood/k3.c M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h M rigs/kenwood/tmd710.c M rigs/kenwood/ts2000.c M rigs/kenwood/ts480.c M rigs/kenwood/ts590.c M rigs/kit/dds60.c M rigs/kit/drt1.c M rigs/kit/elektor304.c M rigs/kit/elektor507.c M rigs/kit/fifisdr.c M rigs/kit/hiqsdr.c M rigs/kit/si570avrusb.c M rigs/pcr/pcr.c M rigs/pcr/pcr.h M rigs/racal/ra37xx.c M rigs/racal/ra37xx.h M rigs/racal/racal.c M rigs/racal/racal.h M rigs/tentec/rx331.c M rigs/winradio/g313-posix.c M rigs/wj/wj.c M rigs/wj/wj.h M rigs/yaesu/ft757gx.c M rigs/yaesu/newcat.c M rigs/yaesu/newcat.h M rotators/easycomm/easycomm.c M rotators/flir/flir.c M rotators/grbltrk/grbltrk.c M rotators/rotorez/rotorez.c M rotators/spid/spid.c M src/amp_conf.c M src/amp_conf.h M src/amplifier.c M src/conf.c M src/ext.c M src/extamp.c M src/rot_conf.c M src/rot_conf.h M src/rot_ext.c M src/rot_settings.c M src/settings.c M tests/ampctl.c M tests/ampctld.c M tests/rigctl.c M tests/rigctl_parse.c M tests/rigctld.c M tests/rotctl.c M tests/rotctl_parse.c M tests/rotctld.c Log Message: ----------- Change token_t to hamlib_token_t to avoid collsions with libbsm and others https://github.com/Hamlib/Hamlib/issues/1469 |