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 57 of file pns_logger.h.
|
inline |
Definition at line 64 of file pns_logger.h.
|
inline |
Definition at line 66 of file pns_logger.h.
int PNS::LOGGER::EVENT_ENTRY::layer |
Definition at line 62 of file pns_logger.h.
Referenced by PNS::LOGGER::FormatEvent(), PNS::LOGGER::LogM(), and PNS::LOGGER::ParseEvent().
VECTOR2I PNS::LOGGER::EVENT_ENTRY::p |
Definition at line 58 of file pns_logger.h.
Referenced by PNS::LOGGER::FormatEvent(), PNS::LOGGER::LogM(), and PNS::LOGGER::ParseEvent().
SIZES_SETTINGS PNS::LOGGER::EVENT_ENTRY::sizes |
Definition at line 61 of file pns_logger.h.
Referenced by PNS::LOGGER::FormatEvent(), and PNS::LOGGER::LogM().
EVENT_TYPE PNS::LOGGER::EVENT_ENTRY::type |
Definition at line 59 of file pns_logger.h.
Referenced by PNS::LOGGER::FormatEvent(), PNS::LOGGER::LogM(), and PNS::LOGGER::ParseEvent().
std::vector<KIID> PNS::LOGGER::EVENT_ENTRY::uuids |
Definition at line 60 of file pns_logger.h.
Referenced by PNS::LOGGER::FormatEvent(), PNS_LOG_FILE::ItemsById(), PNS::LOGGER::LogM(), and PNS::LOGGER::ParseEvent().