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 |
KIID | uuid |
SIZES_SETTINGS | sizes |
Definition at line 56 of file pns_logger.h.
|
inline |
Definition at line 62 of file pns_logger.h.
|
inline |
Definition at line 64 of file pns_logger.h.
VECTOR2I PNS::LOGGER::EVENT_ENTRY::p |
Definition at line 57 of file pns_logger.h.
Referenced by PNS::LOGGER::FormatEvent(), PNS::LOGGER::Log(), and PNS::LOGGER::ParseEvent().
SIZES_SETTINGS PNS::LOGGER::EVENT_ENTRY::sizes |
Definition at line 60 of file pns_logger.h.
Referenced by PNS::LOGGER::FormatEvent(), and PNS::LOGGER::Log().
EVENT_TYPE PNS::LOGGER::EVENT_ENTRY::type |
Definition at line 58 of file pns_logger.h.
Referenced by PNS::LOGGER::FormatEvent(), PNS::LOGGER::Log(), and PNS::LOGGER::ParseEvent().
KIID PNS::LOGGER::EVENT_ENTRY::uuid |
Definition at line 59 of file pns_logger.h.
Referenced by PNS::LOGGER::FormatEvent(), PNS_LOG_FILE::ItemById(), PNS::LOGGER::Log(), and PNS::LOGGER::ParseEvent().