| 1 | 
  | 
/* DynamicPropsCmd.h */ | 
| 2 | 
  | 
 | 
| 3 | 
< | 
/* File autogenerated by gengetopt version 2.11  */ | 
| 3 | 
> | 
/* File autogenerated by gengetopt version 2.15  */ | 
| 4 | 
  | 
 | 
| 5 | 
  | 
#ifndef DYNAMICPROPSCMD_H | 
| 6 | 
  | 
#define DYNAMICPROPSCMD_H | 
| 25 | 
  | 
struct gengetopt_args_info | 
| 26 | 
  | 
{ | 
| 27 | 
  | 
  char * input_arg;     /* input dump file.  */ | 
| 28 | 
+ | 
  char * input_orig;    /* input dump file original value given at command line.  */ | 
| 29 | 
  | 
  char * output_arg;    /* output file name.  */ | 
| 30 | 
+ | 
  char * output_orig;   /* output file name original value given at command line.  */ | 
| 31 | 
  | 
  char * sele1_arg;     /* select first stuntdouble set.  */ | 
| 32 | 
+ | 
  char * sele1_orig;    /* select first stuntdouble set original value given at command line.  */ | 
| 33 | 
  | 
  char * sele2_arg;     /* select second stuntdouble set (if sele2 is not set, use script from sele1).  */ | 
| 34 | 
+ | 
  char * sele2_orig;    /* select second stuntdouble set (if sele2 is not set, use script from sele1) original value given at command line.  */ | 
| 35 | 
  | 
  int order_arg;        /* Lengendre Polynomial Order.  */ | 
| 36 | 
< | 
 | 
| 36 | 
> | 
  char * order_orig;    /* Lengendre Polynomial Order original value given at command line.  */ | 
| 37 | 
> | 
   | 
| 38 | 
  | 
  int help_given ;      /* Whether help was given.  */ | 
| 39 | 
  | 
  int version_given ;   /* Whether version was given.  */ | 
| 40 | 
  | 
  int input_given ;     /* Whether input was given.  */ | 
| 46 | 
  | 
  int vcorr_given ;     /* Whether vcorr was given.  */ | 
| 47 | 
  | 
  int dcorr_given ;     /* Whether dcorr was given.  */ | 
| 48 | 
  | 
  int lcorr_given ;     /* Whether lcorr was given.  */ | 
| 49 | 
+ | 
  int r_rcorr_given ;   /* Whether r_rcorr was given.  */ | 
| 50 | 
  | 
 | 
| 51 | 
+ | 
  int dynamicProps_group_counter; /* counter for group dynamicProps */ | 
| 52 | 
  | 
} ; | 
| 53 | 
  | 
 | 
| 54 | 
  | 
int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info); | 
| 55 | 
+ | 
int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required); | 
| 56 | 
+ | 
int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info); | 
| 57 | 
  | 
 | 
| 58 | 
  | 
void cmdline_parser_print_help(void); | 
| 59 | 
  | 
void cmdline_parser_print_version(void); | 
| 60 | 
  | 
 | 
| 61 | 
+ | 
void cmdline_parser_init (struct gengetopt_args_info *args_info); | 
| 62 | 
+ | 
void cmdline_parser_free (struct gengetopt_args_info *args_info); | 
| 63 | 
+ | 
 | 
| 64 | 
+ | 
int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name); | 
| 65 | 
+ | 
 | 
| 66 | 
+ | 
 | 
| 67 | 
  | 
#ifdef __cplusplus | 
| 68 | 
  | 
} | 
| 69 | 
  | 
#endif /* __cplusplus */ |