Page MenuHomePhorge

SensorSlotOfAgent.h
No OneTemporary

Size
526 B
Referenced Files
None
Subscribers
None

SensorSlotOfAgent.h

#ifndef SENSORSLOT_HEADERFILE
#define SENSORSLOT_HEADERFILE
#include "SlotOfAgent.h"
//TODO: set name of slot as the name of the sensor is (+ "slot");
class SensorSlotOfAgent : public SlotOfAgent {
private:
float sensorValue;
bool flagSensorValueIsSet;
bool flagSensorValueHasChanged;
public:
SensorSlotOfAgent();
void set_sensorValue(float sensorValue);
bool get_sensorValue(float* sensorValue);
bool get_flagSensorValueIsSet();
bool get_flagSensorValueHasChanged();
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sun, Jul 12, 7:04 PM (9 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
345258
Default Alt Text
SensorSlotOfAgent.h (526 B)

Event Timeline