#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"#include "gxsm/unit.h"#include "gxsm/pcs.h"#include "gxsm/xsmtypes.h"#include "gxsm/glbvars.h"#include "include/dsp-pci32/xsm/xsmcmd.h"Go to the source code of this file.
Classes | |
| union | AmpIndex |
| struct | DSP_Param |
| struct | DSP_Param_Mover |
| class | DSPControl |
Defines | |
| #define | DSP_AFMMOV_MODES 4 |
| #define | DSP_FB_ON 1 |
| #define | DSP_FB_OFF 0 |
Functions | |
| static void | DSPControl_about (void) |
| static void | DSPControl_query (void) |
| static void | DSPControl_cleanup (void) |
| static void | DSPControl_show_callback (GtkWidget *, void *) |
| static void | DSPControl_StartScan_callback (gpointer) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| static void | remove (gpointer entry, gpointer from) |
Variables | |
| GxsmPlugin | DSPControl_pi |
| static const char * | about_text |
| DSP_Param | data_hardpars |
| DSP_Param | data_hardpars_dual |
| DSPControl * | DSPControlClass = NULL |
|
|
Definition at line 267 of file DSPControl.C. |
|
|
Definition at line 280 of file DSPControl.C. Referenced by DSPControl::feedback_callback(), and DSPControl::updateDSP(). |
|
|
Definition at line 279 of file DSPControl.C. Referenced by DSPControl::feedback_callback(), and DSPControl::updateDSP(). |
|
|
Definition at line 333 of file DSPControl.C. References about_text, DSPControl_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
Definition at line 345 of file DSPControl.C. References GxsmPlugin::app, DBG_L2, DSPControl_pi, DSPControlClass, GnomeAppService::getApp(), GxsmPlugin::menuentry, GxsmPlugin::menupath, and PI_DEBUG. |
|
|
||||||||||||
|
Definition at line 356 of file DSPControl.C. References DSPControlClass, and AppBase::show(). Referenced by DSPControl_query(), and sranger_hwi_query(). |
|
|
Definition at line 361 of file DSPControl.C. References DSPControlClass, and DSPControl::update(). Referenced by DSPControl_query(), and sranger_hwi_query(). |
|
|
Definition at line 214 of file DSPControl.C. References GxsmPlugin::description, DSPControl_pi, N_, and VERSION. |
|
||||||||||||
|
Definition at line 734 of file DSPControl.C. Referenced by DSPControl::~DSPControl(). |
|
|
Initial value: N_( "Gxsm DSPControl Plugin:\n" "This plugin runs a control window to set " "the DSP feedback and scan characteristics.\n" "The digital feedback can be turned on and off, " "All feedback constants (CP, CI, CS (slope) are " "controlled here.\n" "Via scan characteristics the digital DSP vector scan " "generator is programmed." ) Definition at line 203 of file DSPControl.C. |
|
|
Definition at line 252 of file DSPControl.C. Referenced by DSPControl::DSPControl(), and DSPControl::~DSPControl(). |
|
|
Definition at line 253 of file DSPControl.C. Referenced by DSPControl::DSPControl(), and DSPControl::~DSPControl(). |
|
|
Initial value: {
NULL,
NULL,
0,
NULL,
"DSPControl",
"+spmHARD +Innovative_DSP:SPMHARD +STM +AFM +SARLS",
NULL,
"Percy Zahl",
N_("_Windows/"),
N_("DSP Control"),
N_("open the DSP feedback/scan controlwindow"),
"DSP feedback control",
NULL,
NULL,
NULL,
DSPControl_query,
DSPControl_about,
NULL,
NULL,
DSPControl_cleanup
}
Definition at line 179 of file DSPControl.C. Referenced by DSPControl::choice_Ampl_callback(), DSPControl_about(), DSPControl_cleanup(), DSPControl_query(), DSPControl::dualmode_callback(), DSPControl::ExecCmd(), get_gxsm_plugin_info(), and DSPControl::updateDSP(). |
|
1.4.6