Add getProperty and getService utility functions

Upcoming code will use them.

Change-Id: I7c6618a3a7479a7ed0a7d41dad92a222a45a3ba4
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
3 files changed
tree: 7297c718b51068c0b545c0ceffa978f79465a858
  1. .gitignore
  2. argument.hpp
  3. bootstrap.sh
  4. configure.ac
  5. device.hpp
  6. device_monitor.hpp
  7. event.hpp
  8. LICENSE
  9. Makefile.am
  10. README.md
  11. timer.cpp
  12. timer.hpp
  13. utility.cpp
  14. utility.hpp
README.md

Code for detecting and analyzing power faults on Witherspoon.

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`.