Opdracht 4 code en design
Co-authored-by: Aryan Lala (19097727) <A.E.Lala@student.hhs.nl>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include "MachineImpl.h"
|
@@ -1,4 +0,0 @@
|
||||
#ifndef __MachioneImpl_H
|
||||
#define __MachineImpl_H
|
||||
|
||||
#endif
|
@@ -1 +0,0 @@
|
||||
#include "MoneImpl.h"
|
@@ -1,4 +1,17 @@
|
||||
#ifndef __MoneImpl_H
|
||||
#define __MoneImpl_H
|
||||
|
||||
#include "Domein/Mone.h"
|
||||
|
||||
|
||||
class MoneImpl : public Mone{
|
||||
private:
|
||||
Tsensor* t1;
|
||||
public:
|
||||
MoneImpl(Tsensor*);
|
||||
virtual void start();
|
||||
virtual void stop();
|
||||
virtual Tsensor* tsensor();
|
||||
};
|
||||
|
||||
#endif
|
@@ -1 +0,0 @@
|
||||
#include "MtwoImpl.h"
|
@@ -1,4 +0,0 @@
|
||||
#ifndef __MtwoImpl_H
|
||||
#define __MtwoImpl_H
|
||||
|
||||
#endif
|
@@ -1 +0,0 @@
|
||||
#include "SensorImpl.h"
|
@@ -1,4 +0,0 @@
|
||||
#ifndef __SensorImpl_H
|
||||
#define __SensorImpl_H
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user