Home
last modified time | relevance | path

Searched refs:BaseDevice (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-modbus/rtu/device/
H A Dbase_device.hpp20 class BaseDevice;
23 BaseDevice, sdbusplus::aserver::xyz::openbmc_project::sensor::Value,
34 class BaseDevice class
37 BaseDevice() = delete;
39 explicit BaseDevice(sdbusplus::async::context& ctx,
H A Dbase_device.cpp13 BaseDevice::BaseDevice(sdbusplus::async::context& ctx, in BaseDevice() function in phosphor::modbus::rtu::device::BaseDevice
39 auto BaseDevice::createSensors() -> void in createSensors()
127 auto BaseDevice::readSensorRegisters() -> sdbusplus::async::task<void> in readSensorRegisters()
216 BaseDevice>; in getObjectPath()
249 auto BaseDevice::readStatusRegisters() -> sdbusplus::async::task<void> in readStatusRegisters()
300 auto BaseDevice::generateEvent( in generateEvent()
H A Dreservoir_pump_unit.hpp17 class ReservoirPumpUnit : public BaseDevice
H A Ddevice_factory.hpp48 -> std::unique_ptr<BaseDevice>;
H A Ddevice_factory.cpp42 -> std::unique_ptr<BaseDevice> in create()
H A Dreservoir_pump_unit.cpp22 BaseDevice(ctx, config, serialPort, events) in ReservoirPumpUnit()
/openbmc/phosphor-modbus/rtu/
H A Ddevice_manager.hpp40 std::unique_ptr<DeviceIntf::BaseDevice>>;