[Ham-Mac] fldigi-3.23.08.07 posted at Source Forge
w1hkj
w1hkj at bellsouth.net
Sun Feb 7 23:40:12 EST 2016
files/alpha_tests/
Alpha 3.23.08.07
Mac Logger
* Added UDP interface to read data exported by MacLogger
GCC 6 build
* GCC 6 defaults to -std=gnu++14, and attempting to build fldigi fails
with a number of errors. One is that C++11 added std::next and so
because of the "using namespace std" in src/fsq/fsq.cxx the global
variable 'next' and std::next are ambiguous. That can be easily
solved
by qualifying ::next or adding using ::next at function scope.
* The other errors are due to the different return type for
std::complex<T>::real() and std::complex<T>::imag() in C++11 and
later.
RigCAT
* Added string / hex data LOG view
<LOGSTR>true/false</LOGSTR>
* Added variable loop timing
<POLLINT>100...20000</POLLINT>
default 100 msec
* Corrected use of BW-REPLY and MODE-REPLY in xml def file
* Added ability to read and display Smeter and Pwr meter
* Corrected scaled power display on Pwr meter
* Added debugging statements to exit functions
CALL capture
* add copy call to clipboard when capturing from Rx text
Scope View
* Corrected saved position/size status values
No rig control
* Separated no xcvr functions from rigcat loop operation
* Corrected hamlib start/stop process to prevent
lockup when xcvr is not responding to CAT commands
- hamlib still creates a zombie process when trying to access
a bogus serial interface such as a bell modem
rigxml docs
* Updated tutorial on transceiver xml definition file structure.
David
More information about the Ham-Mac
mailing list