Public Types | Public Attributes | List of all members
packml_stacklight::Button Class Reference

#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_
 

Detailed Description

Definition at line 28 of file button.h.

Member Enumeration Documentation

Enumerator
UNDEFINED 
START 
RESET 

Definition at line 31 of file button.h.

Member Data Documentation

Value packml_stacklight::Button::current_ = UNDEFINED

Definition at line 41 of file button.h.

Light packml_stacklight::Button::light_

Definition at line 42 of file button.h.

const std::map<Value, std::string> packml_stacklight::Button::map_
Initial value:
= { { UNDEFINED, "UNDEFINED-BUTTON" },
{ START, "start" },
{ RESET, "reset" } }

Definition at line 38 of file button.h.


The documentation for this class was generated from the following file:


packml_stacklight
Author(s): Joshua Hatzenbuehler
autogenerated on Fri Jul 12 2019 03:31:01