added uml diagramm

This commit is contained in:
Johannes Wendel
2018-11-20 21:40:36 +01:00
parent de8e1a412f
commit 8e1668e356
5 changed files with 392 additions and 7 deletions

View File

@@ -12,8 +12,9 @@ namespace flippR_driver
namespace output
{
Lamp::Lamp(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, int address, std::string name) :
OutputItem(output_gpio_interface, address, name)
Lamp::Lamp(std::shared_ptr<utility::IOutputGPIOInterface> output_gpio_interface, int address, std::string name, bool activated) :
OutputItem(output_gpio_interface, address, name),
activated(activated)
{
// TODO Auto-generated constructor stub