dl-fldigi/fldigi_doxygen/user_src_docs/index.txt

49 wiersze
1.3 KiB
Plaintext
Czysty Zwykły widok Historia

/******************************************************************************
* Copyright (C) 2013 Robert Stiles, KK5VD.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
* granted. No representations are made about the suitability of this software
* for any purpose. It is provided "as is" without express or implied warranty.
* See the GNU General Public License for more details.
*
* Documents produced by Doxygen are derivative works derived from the
* input used in their production; they are not affected by this license.
*
* Requires Doxygen for HTML output
* plus LiveTeX (LaTeX) for PDF output
*
*/
/*!
2016-05-26 12:46:47 +00:00
\mainpage FLDIGI Users Manual - Version 3.23.10
\anchor main_page
<center>
\image latex FLDigiWindow.png "" width=4.0in
\image html FLDigiWindowHtml.png ""
</center>
\section fldigi_op_ins Fldigi Configuration and Operational Instructions
<ul>
<li>\ref configuration_page </li>
<li>\ref modems_page </li>
<li>\ref operating_page </li>
<li>\ref logging_page </li>
<li>\ref macro_page </li>
Configure Script Engine * Add menu item "Scripts" and callback function. * Add scripting engine. * Update script engine for localization strings/messages. * Add hierarchy syntax * New file run_script.h * Hierarchy integration completed * Add command set * Add 'int find_index(char *)' to combo.cxx * Add menu item 'Generate Script' and code for generating a default config script file. * Add void loadRigXmlFile(void) to rigxml.cxx to support scripting calls. - Trim leading/trailing white spaces from portaudio device names. * Remove duplicate calling functions/method members. * Move command parameter specific verification to run_script.cxx basic testing remains in script_parsing.cxx * First Document Draft - Script commands - Add Misc NBEMS config commands - Add Notice - Program restart required. - Update Documentation with new commands * Removed Unused Variables (multiple locations) * Change behavior of floating point output for script generate. * Remove function qsy() use restriction on rig control availability. * Add strnlen, strncmp and strncpy checks to configure.ac * Add trim_white_spaces, strnlen, strncmp and strncpy routines to util.cxx * Add pa_set_dev() to soundconf.cxx for updating pa device names. * Add code to save macro(s) with content only. * Add config_script files to POTFILES.in for localization processing. * Flag command types. * Limit generate script output based on configure content. * Change script error dialog box to warning. * Change default rig.xml to rig-unassigned.xml. For testing purposes. (script generation) * Update Documents with Notes about script generation and executing. * Correct \ref and \section name duplicates in doxygen doc source * Add script commands for ID->RSID/Video/CW panel. * Move Script/Execute/Generate Menu Items to File Menu. - Move repetitive code into general functions. * Rename "Scripts" menu item to "Config Scripts" * Fix error introduced in last mods. Port Audio Gen Config
2015-02-08 14:40:44 +00:00
<li>\ref configure_script_page </li>
<li>\ref developers_page </li>
<li>\ref license_page </li>
<li>\ref recognitions_page </li>
</ul>
<br>
\ref main_page "Return to Top of Page"
*/