Main Page   Data Structures   File List   Data Fields   Globals  

fluid_cmd_t Struct Reference


Data Fields

char * name
char * topic
 The name of the command, as typed in in the shell. More...

fluid_cmd_func_t handler
 The help topic group of this command. More...

void * data
 Pointer to the handler for this command. More...

char * help
 Pointer to the user data. More...


Field Documentation

void* fluid_cmd_t::data
 

Pointer to the handler for this command.

Definition at line 58 of file shell.h.

fluid_cmd_func_t fluid_cmd_t::handler
 

The help topic group of this command.

Definition at line 57 of file shell.h.

char* fluid_cmd_t::help
 

Pointer to the user data.

Definition at line 59 of file shell.h.

char* fluid_cmd_t::name
 

Definition at line 55 of file shell.h.

char* fluid_cmd_t::topic
 

The name of the command, as typed in in the shell.

Definition at line 56 of file shell.h.


The documentation for this struct was generated from the following file:
Generated on Thu Mar 13 19:09:36 2003 for libfluidsynth by doxygen1.2.15