History log of /openbmc/phosphor-pid-control/ipmi/control.hpp (Results 1 – 2 of 2)
Revision Date Author Comments
# ad971e1b 28-Sep-2020 Patrick Venture <venture@google.com>

bugfix: add virtual destructor to zoneinterface

ZoneInterface is a virtual abstract class and needs a virtual
destructor.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I4159a88327d

bugfix: add virtual destructor to zoneinterface

ZoneInterface is a virtual abstract class and needs a virtual
destructor.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I4159a88327d04bc344e484263f4c1d2875d81713

show more ...


# 09334bbe 16-Aug-2020 Patrick Venture <venture@google.com>

ipmi: add zone controller interface

Implementations of this interface can make the library mode testable and
work in environments other than dbus.

The main entry point to the IPMI handler now expec

ipmi: add zone controller interface

Implementations of this interface can make the library mode testable and
work in environments other than dbus.

The main entry point to the IPMI handler now expects to receive a
handler pointer. The handler itself is implemented to process IPMI
requests and responses in the expected way. The default object receives
a dbus implementation for the zone controls.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I6d7be871bdc5cce3c3cc53c16d80b501aaaafc7d

show more ...