Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

lcmaps_argument_s Struct Reference

structure representing an LCMAPS plugin run argument More...

#include <lcmaps_arguments.h>


Data Fields

char * argName
char * argType
int argInOut
void * value


Detailed Description

structure representing an LCMAPS plugin run argument

Definition at line 49 of file lcmaps_arguments.h.


Field Documentation

int lcmaps_argument_s::argInOut
 

input or output argument (0 = false = Input / 1 = true = Out)

Definition at line 53 of file lcmaps_arguments.h.

char* lcmaps_argument_s::argName
 

name of argument

Definition at line 51 of file lcmaps_arguments.h.

Referenced by lcmaps_cntArgs().

char* lcmaps_argument_s::argType
 

type of the argument

Definition at line 52 of file lcmaps_arguments.h.

void* lcmaps_argument_s::value
 

value of argument

Definition at line 54 of file lcmaps_arguments.h.

Referenced by lcmaps_getArgValue().


The documentation for this struct was generated from the following file:
Generated on Sun May 29 21:22:13 2005 for lcmaps by doxygen 1.3.5