#ifndef MOUNT_NODES_HEADERFILE
#define MOUNT_NODES_HEADERFILE

#include "Agent.h"
#include "ConfidenceModule.h"
#include "Sensor.h"

bool mount_sensorInAgent(Agent* agent, Sensor* sensor, Channel* channel);
bool mount_sensorInAgent(Agent* agent, Sensor* sensor, Channel* channel, HistoryModule* historyModule);

bool mount_agentInAgent(Agent *masteragent, Agent* slaveagent, Channel* channel);

#endif
