Add DeviceMonitor class

This class takes a Device object and calls analyze()
on it on the interval specified.

May be overridden to add more function.

Change-Id: I549e2ee837aa7b245dc5e7ff1630812c1e6412f6
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
1 file changed
tree: 0a6c3f9f7181aefbafacb53f7cb0a7ed533a9131
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. device.hpp
  5. device_monitor.hpp
  6. event.hpp
  7. LICENSE
  8. Makefile.am
  9. README.md
  10. timer.cpp
  11. timer.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`.