Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

lm::StubSensor Class Reference

#include <StubSensor.h>

Inheritance diagram for lm::StubSensor:

lm::Sensor List of all members.

Public Methods

 StubSensor ()
 StubSensor (const std::string &name, const std::string &desc)
 ~StubSensor ()
virtual int senceThis ()
virtual std::string getName ()
virtual std::string getDesc ()

Protected Attributes

std::string mName
std::string mDesc

Detailed Description

The StubSensor object is a stubbed out implementation of the Sensor. An agent needs at least one sensor and if the developer does not supply one for the agent then this one is used as a default.


Constructor & Destructor Documentation

lm::StubSensor::StubSensor   [inline]
 

lm::StubSensor::StubSensor const std::string &    name,
const std::string &    desc
[inline]
 

lm::StubSensor::~StubSensor   [inline]
 


Member Function Documentation

virtual std::string lm::Sensor::getDesc   [inline, virtual, inherited]
 

virtual std::string lm::Sensor::getName   [inline, virtual, inherited]
 

virtual int lm::StubSensor::senceThis   [inline, virtual]
 

Implements lm::Sensor.


Member Data Documentation

std::string lm::Sensor::mDesc [protected, inherited]
 

std::string lm::Sensor::mName [protected, inherited]
 


The documentation for this class was generated from the following file:
Generated on Wed Oct 22 21:33:22 2003 for AI Loom by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002