Page MenuHomePhorge

SetupMountedSensor.h
No OneTemporary

Size
644 B
Referenced Files
None
Subscribers
None

SetupMountedSensor.h

#ifndef SETUPMOUNTEDSENSOR_HEADERFILE
#define SETUPMOUNTEDSENSOR_HEADERFILE
#include "Sensor.h"
#include "SensorSlotOfAgent.h"
class SetupMountedSensor {
private:
Sensor* sensor;
Channel* channel;
SensorSlotOfAgent* sensorSlot;
public:
SetupMountedSensor();
SetupMountedSensor(Sensor* sensor, Channel* channel);
//void mountSensor(Sensor* sensor, Channel* channel, SlaveAgentSlotOfAgent* slaveAgentSlotofAgent);
bool setSensor(Sensor* sensor);
Sensor* getSensor();
bool setChannel(Channel* channel);
Channel* getChannel();
bool setSensorSlot(SensorSlotOfAgent* sensorSlot);
SensorSlotOfAgent* getSensorSlot();
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 5:51 PM (11 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
287747
Default Alt Text
SetupMountedSensor.h (644 B)

Event Timeline