added uml diagramm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user