KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pns_meander.h File Reference

Go to the source code of this file.

Classes

class  PNS::MEANDER_SETTINGS
 Dimensions for the meandering algorithm. More...
 
class  PNS::MEANDER_SHAPE
 The geometry of a single meander. More...
 
class  PNS::MEANDERED_LINE
 Represent a set of meanders fitted over a single or two lines. More...
 

Namespaces

namespace  PNS
 Push and Shove diff pair dimensions (gap) settings dialog.
 

Enumerations

enum  PNS::MEANDER_TYPE {
  PNS::MT_SINGLE , PNS::MT_START , PNS::MT_FINISH , PNS::MT_TURN ,
  PNS::MT_CHECK_START , PNS::MT_CHECK_FINISH , PNS::MT_CORNER , PNS::MT_ARC ,
  PNS::MT_EMPTY
}
 Shapes of available meanders. More...
 
enum  PNS::MEANDER_STYLE { PNS::MEANDER_STYLE_ROUND = 1 , PNS::MEANDER_STYLE_CHAMFER }
 
enum  PNS::MEANDER_SIDE { PNS::MEANDER_SIDE_LEFT = -1 , PNS::MEANDER_SIDE_DEFAULT = 0 , PNS::MEANDER_SIDE_RIGHT = 1 }