Add Argument header file

Header file for the Argument class that the applications
in this repository can make use of by providing their own
implementations.

Change-Id: I43f733a56bdcd594d733cba2e3ab85f56bdcb673
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
1 file changed
tree: f775cd66d529d455d6a38be8e07e0756cb96a52a
  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
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`.