KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pns_logger.h File Reference
#include <cstdio>
#include <vector>
#include <string>
#include <sstream>
#include <set>
#include <math/vector2d.h>
#include <kiid.h>
#include <json_common.h>
#include "pns_sizes_settings.h"
#include "pns_router.h"

Go to the source code of this file.

Classes

class  PNS::LOGGER
 
struct  PNS::LOGGER::EVENT_ENTRY
 
struct  PNS::LOGGER::LOG_DATA
 

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)
 

Function Documentation

◆ from_json()

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.

◆ to_json()

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.