Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1496864
SetupSensor.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
465 B
Referenced Files
None
Subscribers
None
SetupSensor.h
View Options
#ifndef SETUPSENSOR_HEADERFILE
#define SETUPSENSOR_HEADERFILE
#include
"Agent.h"
#include
"Channel.h"
#include
"Sensor.h"
class
SetupSensor
{
private
:
Agent
*
masterAgent
;
//its master
Channel
*
channel
;
//channel to master
Sensor
*
sensor
;
//itself
public
:
SetupSensor
();
SetupSensor
(
Sensor
*
sensor
);
bool
setSensor
(
Sensor
*
sensor
);
Sensor
*
getSensor
();
bool
setMasterAgent
(
Agent
*
masterAgent
,
Channel
*
channel
);
Agent
*
getMasterAgent
();
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 9:23 PM (10 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
287766
Default Alt Text
SetupSensor.h (465 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment