Remove main loop from application file

Isolate main in its own file for maximum flexibility
when linking.

Change-Id: I7b1f591386d69a7044c65e7aab2116626166e4ff
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
4 files changed
tree: 89d5aa6e3ae1136e96c212659cef8072985cbb4f
  1. .gitignore
  2. argument.cpp
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. directory.cpp
  7. directory.hpp
  8. hwmon.hpp
  9. LICENSE
  10. mainloop.cpp
  11. mainloop.hpp
  12. Makefile.am
  13. readd.cpp
  14. README.md
  15. sensorcache.hpp
  16. sensorset.cpp
  17. sensorset.hpp
  18. sysfs.hpp
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`.