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 42 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 46 of file lcmaps_arguments.h.

char* lcmaps_argument_s::argName
 

name of argument

Definition at line 44 of file lcmaps_arguments.h.

char* lcmaps_argument_s::argType
 

type of the argument

Definition at line 45 of file lcmaps_arguments.h.

void* lcmaps_argument_s::value
 

value of argument

Definition at line 47 of file lcmaps_arguments.h.


The documentation for this struct was generated from the following file:
Generated on Sat Oct 2 02:18:27 2004 for edg-lcmaps by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002