Go to the source code of this file.
 | 
| bool  | parse (std::istream &aStream, bool aVerbose) | 
|   | Parse a PCB or footprint file from the given input stream.  
  | 
|   | 
| int  | pcb_parser_main_func (int argc, char **argv) | 
|   | 
◆ PARSE_DURATION
◆ PARSER_RET_CODES
◆ parse()
      
        
          | bool parse  | 
          ( | 
          std::istream & |           aStream,  | 
        
        
           | 
           | 
          bool |           aVerbose ) | 
        
      
 
 
◆ pcb_parser_main_func()
      
        
          | int pcb_parser_main_func  | 
          ( | 
          int |           argc,  | 
        
        
           | 
           | 
          char ** |           argv ) | 
        
      
 
 
◆ g_cmdLineDesc
  
  
      
        
          | const wxCmdLineEntryDesc g_cmdLineDesc[] | 
         
       
   | 
  
static   | 
  
 
Initial value:= {
    { wxCMD_LINE_SWITCH, 
"h", 
"help", 
_( 
"displays help on the command line parameters" ).mb_str(),
 
            wxCMD_LINE_VAL_NONE, wxCMD_LINE_OPTION_HELP },
    { wxCMD_LINE_SWITCH, 
"v", 
"verbose", 
_( 
"print parsing information" ).mb_str() },
 
    { wxCMD_LINE_PARAM, 
nullptr, 
nullptr, 
_( 
"input file" ).mb_str(), wxCMD_LINE_VAL_STRING,
 
            wxCMD_LINE_PARAM_OPTIONAL | wxCMD_LINE_PARAM_MULTIPLE },
    { wxCMD_LINE_NONE }
}
 
Definition at line 81 of file pcb_parser_tool.cpp.
 
 
◆ registered
Initial value:
                                                       "Parse a KiCad PCB file",
static bool Register(const KI_TEST::UTILITY_PROGRAM &aProgInfo)
Register a utility program factory function against an ID string.
 
 
Definition at line 156 of file pcb_parser_tool.cpp.