#include <lcmaps_arguments.h>
Data Fields | |
| char * | argName |
| char * | argType |
| int | argInOut |
| void * | value |
Definition at line 49 of file lcmaps_arguments.h.
|
|
input or output argument (0 = false = Input / 1 = true = Out) Definition at line 53 of file lcmaps_arguments.h. |
|
|
name of argument Definition at line 51 of file lcmaps_arguments.h. Referenced by lcmaps_cntArgs(). |
|
|
type of the argument Definition at line 52 of file lcmaps_arguments.h. |
|
|
value of argument Definition at line 54 of file lcmaps_arguments.h. Referenced by lcmaps_getArgValue(). |
1.3.5