--- trunk/src/applications/dynamicProps/DynamicPropsCmd.h 2005/02/13 07:14:59 320 +++ trunk/src/applications/dynamicProps/DynamicPropsCmd.h 2008/01/23 21:21:50 1213 @@ -1,6 +1,6 @@ /* DynamicPropsCmd.h */ -/* File autogenerated by gengetopt version 2.11 */ +/* File autogenerated by gengetopt version 2.19.1 */ #ifndef DYNAMICPROPSCMD_H #define DYNAMICPROPSCMD_H @@ -24,28 +24,71 @@ struct gengetopt_args_info struct gengetopt_args_info { + const char *help_help; /* Print help and exit help description. */ + const char *version_help; /* Print version and exit help description. */ char * input_arg; /* input dump file. */ + char * input_orig; /* input dump file original value given at command line. */ + const char *input_help; /* input dump file help description. */ char * output_arg; /* output file name. */ + char * output_orig; /* output file name original value given at command line. */ + const char *output_help; /* output file name help description. */ char * sele1_arg; /* select first stuntdouble set. */ + char * sele1_orig; /* select first stuntdouble set original value given at command line. */ + const char *sele1_help; /* select first stuntdouble set help description. */ char * sele2_arg; /* select second stuntdouble set (if sele2 is not set, use script from sele1). */ - + char * sele2_orig; /* select second stuntdouble set (if sele2 is not set, use script from sele1) original value given at command line. */ + const char *sele2_help; /* select second stuntdouble set (if sele2 is not set, use script from sele1) help description. */ + int order_arg; /* Lengendre Polynomial Order. */ + char * order_orig; /* Lengendre Polynomial Order original value given at command line. */ + const char *order_help; /* Lengendre Polynomial Order help description. */ + const char *rcorr_help; /* rmsd help description. */ + const char *vcorr_help; /* velocity correlation function help description. */ + const char *dcorr_help; /* dipole correlation function help description. */ + const char *lcorr_help; /* Lengendre correlation function help description. */ + const char *r_rcorr_help; /* Radial rmsd help description. */ + const char *thetacorr_help; /* Angular rmsd help description. */ + const char *drcorr_help; /* Directional rmsd for particles with unit vectors help description. */ + int help_given ; /* Whether help was given. */ int version_given ; /* Whether version was given. */ int input_given ; /* Whether input was given. */ int output_given ; /* Whether output was given. */ int sele1_given ; /* Whether sele1 was given. */ int sele2_given ; /* Whether sele2 was given. */ + int order_given ; /* Whether order was given. */ int rcorr_given ; /* Whether rcorr was given. */ int vcorr_given ; /* Whether vcorr was given. */ int dcorr_given ; /* Whether dcorr was given. */ + int lcorr_given ; /* Whether lcorr was given. */ + int r_rcorr_given ; /* Whether r_rcorr was given. */ + int thetacorr_given ; /* Whether thetacorr was given. */ + int drcorr_given ; /* Whether drcorr was given. */ + int dynamicProps_group_counter; /* counter for group dynamicProps */ } ; -int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info); +extern const char *gengetopt_args_info_purpose; +extern const char *gengetopt_args_info_usage; +extern const char *gengetopt_args_info_help[]; +int cmdline_parser (int argc, char * const *argv, + struct gengetopt_args_info *args_info); +int cmdline_parser2 (int argc, char * const *argv, + struct gengetopt_args_info *args_info, + int override, int initialize, int check_required); +int cmdline_parser_file_save(const char *filename, + struct gengetopt_args_info *args_info); + void cmdline_parser_print_help(void); void cmdline_parser_print_version(void); +void cmdline_parser_init (struct gengetopt_args_info *args_info); +void cmdline_parser_free (struct gengetopt_args_info *args_info); + +int cmdline_parser_required (struct gengetopt_args_info *args_info, + const char *prog_name); + + #ifdef __cplusplus } #endif /* __cplusplus */