KiCad PCB EDA Suite
Loading...
Searching...
No Matches
autotrax_model.h File Reference
#include <vector>
#include <wx/string.h>

Go to the source code of this file.

Classes

struct  AUTOTRAX::TRACK
 Free or component track segment (FT / CT). All coordinates are in mils. More...
 
struct  AUTOTRAX::ARC
 Free or component arc (FA / CA). More...
 
struct  AUTOTRAX::VIA
 Free or component via (FV / CV). More...
 
struct  AUTOTRAX::PAD
 Free or component pad/pin (FP / CP). More...
 
struct  AUTOTRAX::FILL
 Free or component rectangular fill (FF / CF), Autotrax's only pour. More...
 
struct  AUTOTRAX::TEXT
 Free or component string (FS / CS). More...
 
struct  AUTOTRAX::COMPONENT
 A placed component (COMP .. ENDCOMP) holding its own primitives. More...
 
struct  AUTOTRAX::NET_NODE
 One refdes -> net membership row collected from the NETDEF section. More...
 
struct  AUTOTRAX::BOARD_DATA
 Everything parsed out of an Autotrax/Easytrax file, before any KiCad object is created. More...
 

Namespaces

namespace  AUTOTRAX
 

Enumerations

enum  AUTOTRAX::LAYER {
  AUTOTRAX::LAYER_TOP_COPPER = 1 , AUTOTRAX::LAYER_MID1 = 2 , AUTOTRAX::LAYER_MID2 = 3 , AUTOTRAX::LAYER_MID3 = 4 ,
  AUTOTRAX::LAYER_MID4 = 5 , AUTOTRAX::LAYER_BOTTOM_COPPER = 6 , AUTOTRAX::LAYER_TOP_SILK = 7 , AUTOTRAX::LAYER_BOTTOM_SILK = 8 ,
  AUTOTRAX::LAYER_GND_PLANE = 9 , AUTOTRAX::LAYER_POWER_PLANE = 10 , AUTOTRAX::LAYER_BOARD = 11 , AUTOTRAX::LAYER_KEEPOUT = 12 ,
  AUTOTRAX::LAYER_MULTI = 13
}
 Autotrax/Easytrax layer numbers as stored in the file. More...