|
KiCad PCB EDA Suite
|
#include <pns_logger.h>
Public Member Functions | |
| EVENT_ENTRY () | |
| EVENT_ENTRY (const EVENT_ENTRY &aE) | |
Public Attributes | |
| VECTOR2I | p |
| EVENT_TYPE | type |
| std::vector< KIID > | uuids |
| SIZES_SETTINGS | sizes |
| int | layer |
Definition at line 71 of file pns_logger.h.
|
inline |
Definition at line 78 of file pns_logger.h.
References PNS::LOGGER::EVT_START_ROUTE, layer, and type.
Referenced by EVENT_ENTRY().
|
inline |
Definition at line 84 of file pns_logger.h.
| int PNS::LOGGER::EVENT_ENTRY::layer |
Definition at line 76 of file pns_logger.h.
Referenced by EVENT_ENTRY(), EVENT_ENTRY(), PNS::LOGGER::FormatEventAsJSON(), PNS::LOGGER::LogM(), PNS::LOGGER::ParseEvent(), and PNS::LOGGER::ParseEventFromJSON().
| VECTOR2I PNS::LOGGER::EVENT_ENTRY::p |
Definition at line 72 of file pns_logger.h.
Referenced by EVENT_ENTRY(), PNS::LOGGER::FormatEventAsJSON(), PNS::LOGGER::LogM(), PNS::LOGGER::ParseEvent(), and PNS::LOGGER::ParseEventFromJSON().
| SIZES_SETTINGS PNS::LOGGER::EVENT_ENTRY::sizes |
Definition at line 75 of file pns_logger.h.
Referenced by EVENT_ENTRY(), PNS::LOGGER::FormatEventAsJSON(), and PNS::LOGGER::LogM().
| EVENT_TYPE PNS::LOGGER::EVENT_ENTRY::type |
Definition at line 73 of file pns_logger.h.
Referenced by EVENT_ENTRY(), EVENT_ENTRY(), PNS::LOGGER::FormatEventAsJSON(), PNS::LOGGER::LogM(), PNS::LOGGER::ParseEvent(), and PNS::LOGGER::ParseEventFromJSON().
| std::vector<KIID> PNS::LOGGER::EVENT_ENTRY::uuids |
Definition at line 74 of file pns_logger.h.
Referenced by EVENT_ENTRY(), PNS::LOGGER::FormatEventAsJSON(), PNS_LOG_FILE::ItemsById(), PNS::LOGGER::LogM(), PNS::LOGGER::ParseEvent(), and PNS::LOGGER::ParseEventFromJSON().