KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::REUSE_INSTANCE Struct Reference

#include <pads_parser.h>

Public Attributes

std::string instance_name
 
std::string part_naming
 May be multi-word like "PREFIX pref".
 
std::string net_naming
 May be multi-word like "SUFFIX suf".
 
POINT location = {}
 
double rotation = 0.0
 
bool glued = false
 

Detailed Description

Definition at line 583 of file pads_parser.h.

Member Data Documentation

◆ glued

bool PADS_IO::REUSE_INSTANCE::glued = false

◆ instance_name

std::string PADS_IO::REUSE_INSTANCE::instance_name

◆ location

POINT PADS_IO::REUSE_INSTANCE::location = {}

◆ net_naming

std::string PADS_IO::REUSE_INSTANCE::net_naming

May be multi-word like "SUFFIX suf".

Definition at line 587 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().

◆ part_naming

std::string PADS_IO::REUSE_INSTANCE::part_naming

May be multi-word like "PREFIX pref".

Definition at line 586 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().

◆ rotation

double PADS_IO::REUSE_INSTANCE::rotation = 0.0

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