KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PNS::CONSTRAINT Struct Reference

An abstract function object, returning a design rule (clearance, diff pair gap, etc) required between two items. More...

#include <pns_node.h>

Public Attributes

CONSTRAINT_TYPE m_Type
 
MINOPTMAX< int > m_Value
 
bool m_Allowed
 
wxString m_RuleName
 
wxString m_FromName
 
wxString m_ToName
 

Detailed Description

An abstract function object, returning a design rule (clearance, diff pair gap, etc) required between two items.

Definition at line 72 of file pns_node.h.

Member Data Documentation

◆ m_Allowed

bool PNS::CONSTRAINT::m_Allowed

Definition at line 76 of file pns_node.h.

◆ m_FromName

wxString PNS::CONSTRAINT::m_FromName

Definition at line 78 of file pns_node.h.

◆ m_RuleName

wxString PNS::CONSTRAINT::m_RuleName

◆ m_ToName

wxString PNS::CONSTRAINT::m_ToName

Definition at line 79 of file pns_node.h.

◆ m_Type

CONSTRAINT_TYPE PNS::CONSTRAINT::m_Type

◆ m_Value


The documentation for this struct was generated from the following file: