KiCad PCB EDA Suite
Loading...
Searching...
No Matches
NETLIST_EXPORTER_ALLEGRO::NET_NODE Struct Reference

Public Member Functions

 NET_NODE (SCH_PIN *aPin, const SCH_SHEET_PATH &aSheet, bool aNoConnect)
 
bool operator< (const NET_NODE &aNetNode) const
 

Public Attributes

SCH_PINm_Pin
 
SCH_SHEET_PATH m_Sheet
 
bool m_NoConnect
 

Detailed Description

Definition at line 177 of file netlist_exporter_allegro.h.

Constructor & Destructor Documentation

◆ NET_NODE()

NETLIST_EXPORTER_ALLEGRO::NET_NODE::NET_NODE ( SCH_PIN aPin,
const SCH_SHEET_PATH aSheet,
bool  aNoConnect 
)
inline

Definition at line 179 of file netlist_exporter_allegro.h.

Member Function Documentation

◆ operator<()

bool NETLIST_EXPORTER_ALLEGRO::NET_NODE::operator< ( const NET_NODE aNetNode) const
inline

Member Data Documentation

◆ m_NoConnect

bool NETLIST_EXPORTER_ALLEGRO::NET_NODE::m_NoConnect

Definition at line 213 of file netlist_exporter_allegro.h.

◆ m_Pin

SCH_PIN* NETLIST_EXPORTER_ALLEGRO::NET_NODE::m_Pin

◆ m_Sheet

SCH_SHEET_PATH NETLIST_EXPORTER_ALLEGRO::NET_NODE::m_Sheet

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