33    m_argParser.add_description( std::string( 
"Generate IPC-D-356 netlist file" ) );
 
 
   44    if( !wxFile::Exists( ipcd356Job->m_filename ) )
 
   46        wxFprintf( stderr, 
_( 
"Board file does not exist or is not accessible\n" ) );
 
 
argparse::ArgumentParser m_argParser
 
wxString m_argOutput
Value of the output arg if configured.
 
wxString m_argInput
Value of the common input arg if configured.
 
int doPerform(KIWAY &aKiway) override
The internal handler that should be overloaded to implement command specific processing and work.
 
PCB_EXPORT_IPCD356_COMMAND()
 
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
 
int ProcessJob(KIWAY::FACE_T aFace, JOB *aJob, REPORTER *aReporter=nullptr, PROGRESS_REPORTER *aProgressReporter=nullptr)
 
static const int ERR_INVALID_INPUT_FILE
 
PCB_EXPORT_BASE_COMMAND(const std::string &aName, bool aInputCanBeDir=false, bool aOutputIsDir=false)