#include <argp.h>
#include "log.h"
#include "analysis.h"
#include "generic_rpc.h"
#include "analysis_rpc.h"
#include "analysis.nsmap"
Go to the source code of this file.
      
        
          | #define ARGP_KEY_ANALYSIS_PATH   4096 | 
      
 
 
      
        
          | #define ARGP_KEY_ANNOTATION_PATH   4098 | 
      
 
 
      
        
          | #define ARGP_KEY_SCHEMA_PATH   4097 | 
      
 
 
      
        
          | error_t analysis_rpc_argp_parse_opt | ( | int | key, | 
        
          |  |  | char * | arg, | 
        
          |  |  | struct argp_state * | state | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | struct argp analysis_rpc_argp | 
      
 
Initial value:= { 
}
const struct argp_child analysis_rpc_argp_children[2]
error_t analysis_rpc_argp_parse_opt(int key, char *arg, struct argp_state *state)
struct argp_option analysis_rpc_argp_opts[]
Definition at line 88 of file analysis.c.
 
 
      
        
          | const struct argp_child analysis_rpc_argp_children[2] | 
      
 
Initial value:= {
    { NULL,0,NULL,0 },
}
struct argp generic_rpc_argp
#define generic_rpc_argp_header
Definition at line 83 of file analysis.c.
 
 
      
        
          | struct argp_option analysis_rpc_argp_opts[] | 
      
 
Initial value:= {
        "Set the analysis description PATH.",0 },
        "Set the schema PATH.",0 },
        "Set the annotation PATH.",0 },
    { 0,0,0,0,0,0 }
}
#define ARGP_KEY_ANALYSIS_PATH
#define ARGP_KEY_SCHEMA_PATH
#define ARGP_KEY_ANNOTATION_PATH
Definition at line 38 of file analysis.c.