KiCad PCB EDA Suite
|
#include "teardrop_parameters.h"
Go to the source code of this file.
Macros | |
#define | TARGET_NAME_ROUND "td_round_shape" |
#define | TARGET_NAME_RECT "td_rect_shape" |
#define | TARGET_NAME_TRACK "td_track_end" |
Functions | |
std::string | GetTeardropTargetCanonicalName (TARGET_TD aTdType) |
TARGET_TD | GetTeardropTargetTypeFromCanonicalName (const std::string &aTargetName) |
#define TARGET_NAME_RECT "td_rect_shape" |
Definition at line 28 of file teardrop_parameters.cpp.
#define TARGET_NAME_ROUND "td_round_shape" |
Definition at line 27 of file teardrop_parameters.cpp.
#define TARGET_NAME_TRACK "td_track_end" |
Definition at line 29 of file teardrop_parameters.cpp.
std::string GetTeardropTargetCanonicalName | ( | TARGET_TD | aTdType | ) |
aTdType | is the target type |
Definition at line 31 of file teardrop_parameters.cpp.
References name, TARGET_NAME_RECT, TARGET_NAME_ROUND, TARGET_NAME_TRACK, TARGET_RECT, TARGET_ROUND, and TARGET_TRACK.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS().
TARGET_TD GetTeardropTargetTypeFromCanonicalName | ( | const std::string & | aTargetName | ) |
aTargetName | is the canonical name |
Definition at line 48 of file teardrop_parameters.cpp.
References TARGET_NAME_RECT, TARGET_NAME_ROUND, TARGET_NAME_TRACK, TARGET_RECT, TARGET_ROUND, TARGET_TRACK, and TARGET_UNKNOWN.
Referenced by BOARD_DESIGN_SETTINGS::BOARD_DESIGN_SETTINGS().