// This file was autogenerated. Do not edit! // See elog-gen.py for more details #pragma once #include #include #include #include #include #include namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerSequencerPGOODFault; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace Error { struct GPIO; } // namespace Error } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerOnFailure; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerSupplyInputFault; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace Error { struct IIC; } // namespace Error } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct GPUPowerFault; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct Shutdown; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace Error { struct Inventory; } // namespace Error } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz } // namespace sdbusplus namespace sdbusplus { namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace Error { struct Device; } // namespace Error } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerSequencerFault; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerSupplyOutputOvercurrent; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerSupplyOutputOvervoltage; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerSupplyFanFault; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerSequencerVoltageFault; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace Error { struct IPMISensor; } // namespace Error } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerSupplyTemperatureFault; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct PowerSupplyShouldBeOn; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace sdbusplus { namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace Error { struct GPUOverTemp; } // namespace Error } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org } // namespace sdbusplus namespace phosphor { namespace logging { namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace _Device { struct CALLOUT_ERRNO { static constexpr auto str = "CALLOUT_ERRNO=%d"; static constexpr auto str_short = "CALLOUT_ERRNO"; using type = std::tuple,int32_t>; explicit constexpr CALLOUT_ERRNO(int32_t a) : _entry(entry(str, a)) {}; type _entry; }; struct CALLOUT_DEVICE_PATH { static constexpr auto str = "CALLOUT_DEVICE_PATH=%s"; static constexpr auto str_short = "CALLOUT_DEVICE_PATH"; using type = std::tuple,const char*>; explicit constexpr CALLOUT_DEVICE_PATH(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _Device struct Device { static constexpr auto L = level::ERR; using CALLOUT_ERRNO = _Device::CALLOUT_ERRNO; using CALLOUT_DEVICE_PATH = _Device::CALLOUT_DEVICE_PATH; using metadata_types = std::tuple; }; } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz namespace details { template <> struct map_exception_type { using type = xyz::openbmc_project::Common::Callout::Device; }; } namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace _GPIO { struct CALLOUT_GPIO_NUM { static constexpr auto str = "CALLOUT_GPIO_NUM=%u"; static constexpr auto str_short = "CALLOUT_GPIO_NUM"; using type = std::tuple,uint32_t>; explicit constexpr CALLOUT_GPIO_NUM(uint32_t a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _GPIO struct GPIO { static constexpr auto L = level::ERR; using CALLOUT_GPIO_NUM = _GPIO::CALLOUT_GPIO_NUM; using CALLOUT_ERRNO = xyz::openbmc_project::Common::Callout::Device::CALLOUT_ERRNO; using CALLOUT_DEVICE_PATH = xyz::openbmc_project::Common::Callout::Device::CALLOUT_DEVICE_PATH; using metadata_types = std::tuple; }; } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz namespace details { template <> struct map_exception_type { using type = xyz::openbmc_project::Common::Callout::GPIO; }; } namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace _IIC { struct CALLOUT_IIC_BUS { static constexpr auto str = "CALLOUT_IIC_BUS=%s"; static constexpr auto str_short = "CALLOUT_IIC_BUS"; using type = std::tuple,const char*>; explicit constexpr CALLOUT_IIC_BUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; struct CALLOUT_IIC_ADDR { static constexpr auto str = "CALLOUT_IIC_ADDR=0x%hx"; static constexpr auto str_short = "CALLOUT_IIC_ADDR"; using type = std::tuple,uint16_t>; explicit constexpr CALLOUT_IIC_ADDR(uint16_t a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _IIC struct IIC { static constexpr auto L = level::ERR; using CALLOUT_IIC_BUS = _IIC::CALLOUT_IIC_BUS; using CALLOUT_IIC_ADDR = _IIC::CALLOUT_IIC_ADDR; using CALLOUT_ERRNO = xyz::openbmc_project::Common::Callout::Device::CALLOUT_ERRNO; using CALLOUT_DEVICE_PATH = xyz::openbmc_project::Common::Callout::Device::CALLOUT_DEVICE_PATH; using metadata_types = std::tuple; }; } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz namespace details { template <> struct map_exception_type { using type = xyz::openbmc_project::Common::Callout::IIC; }; } namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace _Inventory { struct CALLOUT_INVENTORY_PATH { static constexpr auto str = "CALLOUT_INVENTORY_PATH=%s"; static constexpr auto str_short = "CALLOUT_INVENTORY_PATH"; using type = std::tuple,const char*>; explicit constexpr CALLOUT_INVENTORY_PATH(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _Inventory struct Inventory { static constexpr auto L = level::ERR; using CALLOUT_INVENTORY_PATH = _Inventory::CALLOUT_INVENTORY_PATH; using metadata_types = std::tuple; }; } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz namespace details { template <> struct map_exception_type { using type = xyz::openbmc_project::Common::Callout::Inventory; }; } namespace xyz { namespace openbmc_project { namespace Common { namespace Callout { namespace _IPMISensor { struct CALLOUT_IPMI_SENSOR_NUM { static constexpr auto str = "CALLOUT_IPMI_SENSOR_NUM=%u"; static constexpr auto str_short = "CALLOUT_IPMI_SENSOR_NUM"; using type = std::tuple,uint32_t>; explicit constexpr CALLOUT_IPMI_SENSOR_NUM(uint32_t a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _IPMISensor struct IPMISensor { static constexpr auto L = level::ERR; using CALLOUT_IPMI_SENSOR_NUM = _IPMISensor::CALLOUT_IPMI_SENSOR_NUM; using metadata_types = std::tuple; }; } // namespace Callout } // namespace Common } // namespace openbmc_project } // namespace xyz namespace details { template <> struct map_exception_type { using type = xyz::openbmc_project::Common::Callout::IPMISensor; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerSupplyInputFault { struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _PowerSupplyInputFault struct PowerSupplyInputFault { static constexpr auto L = level::ERR; using RAW_STATUS = _PowerSupplyInputFault::RAW_STATUS; using CALLOUT_INVENTORY_PATH = xyz::openbmc_project::Common::Callout::Inventory::CALLOUT_INVENTORY_PATH; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerSupplyInputFault; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerSupplyShouldBeOn { struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _PowerSupplyShouldBeOn struct PowerSupplyShouldBeOn { static constexpr auto L = level::ERR; using RAW_STATUS = _PowerSupplyShouldBeOn::RAW_STATUS; using CALLOUT_INVENTORY_PATH = xyz::openbmc_project::Common::Callout::Inventory::CALLOUT_INVENTORY_PATH; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerSupplyShouldBeOn; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerSupplyOutputOvercurrent { struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _PowerSupplyOutputOvercurrent struct PowerSupplyOutputOvercurrent { static constexpr auto L = level::ERR; using RAW_STATUS = _PowerSupplyOutputOvercurrent::RAW_STATUS; using CALLOUT_INVENTORY_PATH = xyz::openbmc_project::Common::Callout::Inventory::CALLOUT_INVENTORY_PATH; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerSupplyOutputOvercurrent; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerSupplyOutputOvervoltage { struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _PowerSupplyOutputOvervoltage struct PowerSupplyOutputOvervoltage { static constexpr auto L = level::ERR; using RAW_STATUS = _PowerSupplyOutputOvervoltage::RAW_STATUS; using CALLOUT_INVENTORY_PATH = xyz::openbmc_project::Common::Callout::Inventory::CALLOUT_INVENTORY_PATH; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerSupplyOutputOvervoltage; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerSupplyFanFault { struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _PowerSupplyFanFault struct PowerSupplyFanFault { static constexpr auto L = level::ERR; using RAW_STATUS = _PowerSupplyFanFault::RAW_STATUS; using CALLOUT_INVENTORY_PATH = xyz::openbmc_project::Common::Callout::Inventory::CALLOUT_INVENTORY_PATH; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerSupplyFanFault; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerSupplyTemperatureFault { struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _PowerSupplyTemperatureFault struct PowerSupplyTemperatureFault { static constexpr auto L = level::ERR; using RAW_STATUS = _PowerSupplyTemperatureFault::RAW_STATUS; using CALLOUT_INVENTORY_PATH = xyz::openbmc_project::Common::Callout::Inventory::CALLOUT_INVENTORY_PATH; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerSupplyTemperatureFault; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _Shutdown { } // namespace _Shutdown struct Shutdown { static constexpr auto L = level::ERR; using metadata_types = std::tuple<>; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::Shutdown; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerOnFailure { } // namespace _PowerOnFailure struct PowerOnFailure { static constexpr auto L = level::ERR; using metadata_types = std::tuple<>; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerOnFailure; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerSequencerVoltageFault { struct RAIL { static constexpr auto str = "RAIL=%d"; static constexpr auto str_short = "RAIL"; using type = std::tuple,uint16_t>; explicit constexpr RAIL(uint16_t a) : _entry(entry(str, a)) {}; type _entry; }; struct RAIL_NAME { static constexpr auto str = "RAIL_NAME=%s"; static constexpr auto str_short = "RAIL_NAME"; using type = std::tuple,const char*>; explicit constexpr RAIL_NAME(const char* a) : _entry(entry(str, a)) {}; type _entry; }; struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _PowerSequencerVoltageFault struct PowerSequencerVoltageFault { static constexpr auto L = level::ERR; using RAIL = _PowerSequencerVoltageFault::RAIL; using RAIL_NAME = _PowerSequencerVoltageFault::RAIL_NAME; using RAW_STATUS = _PowerSequencerVoltageFault::RAW_STATUS; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerSequencerVoltageFault; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerSequencerPGOODFault { struct INPUT_NUM { static constexpr auto str = "INPUT_NUM=%d"; static constexpr auto str_short = "INPUT_NUM"; using type = std::tuple,uint16_t>; explicit constexpr INPUT_NUM(uint16_t a) : _entry(entry(str, a)) {}; type _entry; }; struct INPUT_NAME { static constexpr auto str = "INPUT_NAME=%s"; static constexpr auto str_short = "INPUT_NAME"; using type = std::tuple,const char*>; explicit constexpr INPUT_NAME(const char* a) : _entry(entry(str, a)) {}; type _entry; }; struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _PowerSequencerPGOODFault struct PowerSequencerPGOODFault { static constexpr auto L = level::ERR; using INPUT_NUM = _PowerSequencerPGOODFault::INPUT_NUM; using INPUT_NAME = _PowerSequencerPGOODFault::INPUT_NAME; using RAW_STATUS = _PowerSequencerPGOODFault::RAW_STATUS; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerSequencerPGOODFault; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _PowerSequencerFault { struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _PowerSequencerFault struct PowerSequencerFault { static constexpr auto L = level::ERR; using RAW_STATUS = _PowerSequencerFault::RAW_STATUS; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::PowerSequencerFault; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _GPUPowerFault { struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; struct GPU { static constexpr auto str = "GPU=%s"; static constexpr auto str_short = "GPU"; using type = std::tuple,const char*>; explicit constexpr GPU(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _GPUPowerFault struct GPUPowerFault { static constexpr auto L = level::ERR; using RAW_STATUS = _GPUPowerFault::RAW_STATUS; using GPU = _GPUPowerFault::GPU; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::GPUPowerFault; }; } namespace org { namespace open_power { namespace Witherspoon { namespace Fault { namespace _GPUOverTemp { struct RAW_STATUS { static constexpr auto str = "RAW_STATUS=%s"; static constexpr auto str_short = "RAW_STATUS"; using type = std::tuple,const char*>; explicit constexpr RAW_STATUS(const char* a) : _entry(entry(str, a)) {}; type _entry; }; struct GPU { static constexpr auto str = "GPU=%s"; static constexpr auto str_short = "GPU"; using type = std::tuple,const char*>; explicit constexpr GPU(const char* a) : _entry(entry(str, a)) {}; type _entry; }; } // namespace _GPUOverTemp struct GPUOverTemp { static constexpr auto L = level::ERR; using RAW_STATUS = _GPUOverTemp::RAW_STATUS; using GPU = _GPUOverTemp::GPU; using metadata_types = std::tuple; }; } // namespace Fault } // namespace Witherspoon } // namespace open_power } // namespace org namespace details { template <> struct map_exception_type { using type = org::open_power::Witherspoon::Fault::GPUOverTemp; }; } } // namespace logging } // namespace phosphor