Page MenuHomePhorge

SensorSlotOfTestbench.h
No OneTemporary

Size
591 B
Referenced Files
None
Subscribers
None

SensorSlotOfTestbench.h

#ifndef SENSORSLOTOFTESTBENCH_HEADERFILE
#define SENSORSLOTOFTESTBENCH_HEADERFILE
#include "CSVreaderModule.h"
#include "Sensor.h"
class SensorSlotOfTestbench {
protected:
Sensor* sensor;
CSVreaderModule* csvReaderModule;
void init_sensorSlotOfTestbench();
public:
SensorSlotOfTestbench();
bool set_sensor(Sensor* sensor);
bool del_sensor();
Sensor* get_sensor();
bool set_csvReaderModule(CSVreaderModule* csvReaderModule);
bool del_csvReaderModule();
CSVreaderModule* get_csvReaderModule();
~SensorSlotOfTestbench();
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sat, Aug 29, 3:46 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
376514
Default Alt Text
SensorSlotOfTestbench.h (591 B)

Event Timeline