Uses of Class
cz.cuni.amis.pogamut.usar2004.communication.messages.usarinfomessages.SensorMessage

Packages that use SensorMessage
cz.cuni.amis.pogamut.usar2004.agent.module.master   
cz.cuni.amis.pogamut.usar2004.agent.module.sensor   
cz.cuni.amis.pogamut.usar2004.communication.messages.usarinfomessages   
 

Uses of SensorMessage in cz.cuni.amis.pogamut.usar2004.agent.module.master
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.master with parameters of type SensorMessage
protected  SuperSensor SensorMasterModuleQueued.createNewSensor(SensorMessage message)
          Asks SensorType enum if it knows SensorType represented by string type.
protected  SuperSensor SensorMasterModule.createNewSensor(SensorMessage message)
          Asks SensorType enum if it knows SensorType represented by string type.
protected  void SensorMasterModuleQueued.fileMessage(SensorMessage message)
          Updates previous State on genuine Sensor or creates a new Record.
protected  void SensorMasterModule.fileMessage(SensorMessage message)
          Updates previous State on genuine Sensor or creates a new Record.
protected  void SensorSpecificModule.fillModule(SensorMessage message)
          Updates sensor data when either the sensor name was not specified(Than it monitors the first Sensor of this type) or the type and name matches.
protected  boolean SensorMasterModuleQueued.updateSensorCollection(SensorMessage message)
          Returns a flag that indicates if sensorUpdate was successful.
protected  boolean SensorMasterModule.updateSensorCollection(SensorMessage message)
          Returns a flag that indicates if sensorUpdate was successful.
 

Uses of SensorMessage in cz.cuni.amis.pogamut.usar2004.agent.module.sensor
 

Fields in cz.cuni.amis.pogamut.usar2004.agent.module.sensor declared as SensorMessage
protected  SensorMessage SuperSensor.lastMessage
           
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.sensor with parameters of type SensorMessage
 void SuperSensor.updateMessage(SensorMessage message)
          Method used for updating the message object that provides particular properties for given type.
 

Uses of SensorMessage in cz.cuni.amis.pogamut.usar2004.communication.messages.usarinfomessages
 

Constructors in cz.cuni.amis.pogamut.usar2004.communication.messages.usarinfomessages with parameters of type SensorMessage
SensorMessage(SensorMessage original)
          Cloning constructor.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.