Add server binding typename aliases

Add a new header interfaces.hpp with some aliases.
A new header is warranted given plans to implement additional
interfaces that will require default sdbusplus binding overrides.

Change-Id: Id30e84b0cc6df2f857735794937de57b6559d7e1
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2 files changed
tree: 54774a6c6efbd5c3e707d0771c95a90b886aaf11
  1. test/
  2. xyz/
  3. .gitignore
  4. argument.cpp
  5. argument.hpp
  6. bootstrap.sh
  7. configure.ac
  8. directory.cpp
  9. directory.hpp
  10. hwmon.hpp
  11. interface.hpp
  12. LICENSE
  13. mainloop.cpp
  14. mainloop.hpp
  15. Makefile.am
  16. readd.cpp
  17. README.md
  18. sensorcache.hpp
  19. sensorset.cpp
  20. sensorset.hpp
  21. sysfs.hpp
  22. xyz.openbmc_project.Sensor.Value.cpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.