#include <sys/ioctl.h>
#include "config.h"
#include "gxsm/plugin.h"
#include "gxsm/xsmhard.h"
#include "gxsm/glbvars.h"
#include "sranger_hwi.h"
#include "sranger_hwi_control.h"
Go to the source code of this file.
Defines | |
#define | THIS_HWI_PLUGIN_NAME "SRanger:SPM" |
Functions | |
static void | sranger_hwi_init (void) |
static void | sranger_hwi_about (void) |
static void | sranger_hwi_configure (void) |
static void | sranger_hwi_query (void) |
static void | sranger_hwi_cleanup (void) |
static void | DSPControl_show_callback (GtkWidget *, void *) |
static void | DSPMover_show_callback (GtkWidget *, void *) |
static void | DSPControl_StartScan_callback (gpointer) |
static void | DSPControl_SaveValues_callback (gpointer) |
static void | DSPControl_LoadValues_callback (gpointer) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
XSM_Hardware * | get_gxsm_hwi_hardware_class (void *data) |
Variables | |
GxsmPlugin | sranger_hwi_pi |
static const char * | about_text |
gchar * | sranger_hwi_configure_string = NULL |
sranger_hwi_dev * | sranger_hwi_hardware = NULL |
gchar * | DSPControl_menupath = N_("_Windows/") |
gchar * | DSPControl_menuentry = N_("SR-DSP Control") |
gchar * | DSPControl_menuhelp = N_("open the SR-DSP control window") |
gchar * | DSPMover_menuentry = N_("SR-DSP Mover") |
gchar * | DSPMover_menuhelp = N_("open the SR-DSP mover control window") |
DSPControl * | DSPControlClass = NULL |
DSPMoverControl * | DSPMoverClass = NULL |
|
Definition at line 432 of file sranger_hwi.C. |
|
Definition at line 651 of file sranger_hwi.C. References DSPControlClass, and DSPControl::load_values(). Referenced by sranger_hwi_query(). |
|
Definition at line 645 of file sranger_hwi.C. References DSPControlClass, and DSPControl::save_values(). Referenced by sranger_hwi_query(). |
|
Definition at line 629 of file sranger_hwi.C. References DSPControlClass, and AppBase::show(). |
|
Definition at line 639 of file sranger_hwi.C. References DSPControlClass, and DSPControl::update(). |
|
Definition at line 634 of file sranger_hwi.C. References DSPMoverClass, and AppBase::show(). |
|
Definition at line 544 of file sranger_hwi.C. References DBG_L2, PI_DEBUG, sranger_hwi_configure_string, and sranger_hwi_hardware. |
|
Definition at line 537 of file sranger_hwi.C. References GxsmPlugin::description, N_, sranger_hwi_pi, and VERSION. |
|
Definition at line 559 of file sranger_hwi.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, sranger_hwi_pi, and VERSION. |
|
Definition at line 658 of file sranger_hwi.C. References GxsmPlugin::app, DBG_L2, DSPControl_menuentry, DSPControl_menupath, DSPControlClass, DSPMover_menuentry, DSPMoverClass, GnomeAppService::getApp(), PI_DEBUG, sranger_hwi_configure_string, sranger_hwi_hardware, and sranger_hwi_pi. |
|
Definition at line 572 of file sranger_hwi.C. References GxsmPlugin::app, DBG_L2, GnomeAppService::message(), PI_DEBUG, and sranger_hwi_pi. |
|
Definition at line 552 of file sranger_hwi.C. References DBG_L2, PI_DEBUG, and sranger_hwi_hardware. |
|
|
Initial value: N_("GXSM sranger_hwi Plugin\n\n" "Signal Ranger Hardware Interface for SPM.") Definition at line 494 of file sranger_hwi.C. |
|
Definition at line 512 of file sranger_hwi.C. Referenced by sranger_hwi_cleanup(), and sranger_hwi_query(). |
|
Definition at line 513 of file sranger_hwi.C. Referenced by sranger_hwi_query(). |
|
Definition at line 511 of file sranger_hwi.C. Referenced by sranger_hwi_cleanup(), and sranger_hwi_query(). |
|
Definition at line 518 of file sranger_hwi.C. |
|
Definition at line 515 of file sranger_hwi.C. Referenced by sranger_hwi_cleanup(), and sranger_hwi_query(). |
|
Definition at line 516 of file sranger_hwi.C. Referenced by sranger_hwi_query(). |
|
Definition at line 519 of file sranger_hwi.C. |
|
Definition at line 508 of file sranger_hwi.C. Referenced by get_gxsm_hwi_hardware_class(), sranger_hwi_cleanup(), and sranger_hwi_query(). |
|
|