factory
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#ifndef _SRC_OUTPUT_ISOLENOID_H_
|
||||
#define _SRC_OUTPUT_ISOLENOID_H_
|
||||
|
||||
#include "IItem.h"
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
@@ -15,7 +17,7 @@ namespace output
|
||||
namespace items
|
||||
{
|
||||
|
||||
class ISolenoid
|
||||
class ISolenoid : public IItem
|
||||
{
|
||||
public:
|
||||
~ISolenoid()
|
||||
|
||||
Reference in New Issue
Block a user