|
KiCad PCB EDA Suite
|
#include "pns_logger.h"#include <json_common.h>#include <wx/log.h>#include <wx/tokenzr.h>#include <locale_io.h>#include <board_item.h>#include "pns_item.h"#include "pns_via.h"#include "pns_segment.h"#include "pns_line.h"#include "pns_router.h"Go to the source code of this file.
Namespaces | |
| namespace | PNS |
| Push and Shove diff pair dimensions (gap) settings dialog. | |
Functions | |
| void | to_json (nlohmann::json &aJson, const VECTOR2I &aPoint) |
| void | from_json (const nlohmann::json &aJson, VECTOR2I &aPoint) |
| void from_json | ( | const nlohmann::json & | aJson, |
| VECTOR2I & | aPoint ) |
Definition at line 49 of file pns_logger.cpp.
References VECTOR2< T >::x, and VECTOR2< T >::y.
| void to_json | ( | nlohmann::json & | aJson, |
| const VECTOR2I & | aPoint ) |
Definition at line 39 of file pns_logger.cpp.
References VECTOR2< T >::x, and VECTOR2< T >::y.