21#ifndef COMMAND_EXPORT_SCH_NETLIST_H 
   22#define COMMAND_EXPORT_SCH_NETLIST_H 
COMMAND(const std::string &aName)
Define a new COMMAND instance.
 
SCH_EXPORT_NETLIST_COMMAND()
 
int doPerform(KIWAY &aKiway) override
The internal handler that should be overloaded to implement command specific processing and work.
 
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...