#include <button.h>
Public Types | |
enum | Value { UNDEFINED = 0, START = 1, RESET = 2 } |
Public Attributes | |
Value | current_ = UNDEFINED |
Light | light_ |
const std::map< Value, std::string > | map_ |
const std::map<Value, std::string> packml_stacklight::Button::map_ |