Add Device base class.

This is the base class for devices that will be
monitored for faults.

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