#include <sys/ioctl.h>
#include "config.h"
#include "gxsm/plugin.h"
#include "gxsm/xsmhard.h"
#include "innovative_dsp_hwi.h"
Go to the source code of this file.
Defines | |
#define | THIS_HWI_PLUGIN_NAME "Innovative_DSP:SPM:SPA" |
Functions | |
static void | innovative_dsp_hwi_init (void) |
static void | innovative_dsp_hwi_about (void) |
static void | innovative_dsp_hwi_configure (void) |
static void | innovative_dsp_hwi_cleanup (void) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
XSM_Hardware * | get_gxsm_hwi_hardware_class (void *data) |
Variables | |
GxsmPlugin | innovative_dsp_hwi_pi |
static const char * | about_text |
innovative_dsp_hwi_dev * | innovative_dsp_hwi_hardware = NULL |
|
Definition at line 71 of file innovative_dsp_hwi.C. |
|
Definition at line 157 of file innovative_dsp_hwi.C. References innovative_dsp_hwi_hardware. |
|
Definition at line 150 of file innovative_dsp_hwi.C. References GxsmPlugin::description, innovative_dsp_hwi_pi, N_, and VERSION. |
|
Definition at line 178 of file innovative_dsp_hwi.C. References about_text, GxsmPlugin::authors, innovative_dsp_hwi_pi, N_, GxsmPlugin::name, and VERSION. |
|
Definition at line 198 of file innovative_dsp_hwi.C. References DBG_L2, innovative_dsp_hwi_hardware, and PI_DEBUG. |
|
Definition at line 191 of file innovative_dsp_hwi.C. References GxsmPlugin::app, innovative_dsp_hwi_pi, and GnomeAppService::message(). |
|
Definition at line 171 of file innovative_dsp_hwi.C. References DBG_L2, innovative_dsp_hwi_hardware, and PI_DEBUG. |
|
Initial value: N_("GXSM innovative_dsp_hwi Plugin\n\n" "Innovative_Dsp Hardware Interface for SPM and SPA-LEED.") Definition at line 131 of file innovative_dsp_hwi.C. |
|
Definition at line 142 of file innovative_dsp_hwi.C. Referenced by get_gxsm_hwi_hardware_class(), innovative_dsp_hwi_cleanup(), and innovative_dsp_hwi_init(). |
|
Definition at line 80 of file innovative_dsp_hwi.C. Referenced by get_gxsm_plugin_info(), innovative_dsp_hwi_about(), and innovative_dsp_hwi_configure(). |