Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HBhvConditionSensor Class Reference

The HBhvConditionSensor class is the base class for sensor related conditions. More...

#include <HBhvSensor.h>

List of all members.

Public Member Functions

 HBhvConditionSensor (const char *target, const char *hevent, bool invert, HBhvSensor *sensor)
virtual void Register ()
virtual void UnRegister ()

Detailed Description

The HBhvConditionSensor class is the base class for sensor related conditions.


Constructor & Destructor Documentation

HBhvConditionSensor::HBhvConditionSensor ( const char *  target,
const char *  hevent,
bool  invert,
HBhvSensor sensor 
)

Constructs an HBhvConditionSensor object,

Parameters:
targetThe descriptor of the target sensor. You can use HBhvTargetObject::CreateTargetString() to generate this string.
heventThe event type.
invertPass true to invert the condition. In other words, this condition will return true if the condition evaluates to false and false if the condition evaluates to true.
sensorA pointer to the HBhvSensor object that this condition belongs to.

Member Function Documentation

virtual void HBhvConditionSensor::Register ( ) [virtual]

Registers the condition with event manager to receive sensor events.

Reimplemented from HBhvCondition.

virtual void HBhvConditionSensor::UnRegister ( ) [virtual]

Unregisters condition with event manager so that this condition will no longer receive sensor events.

Reimplemented from HBhvCondition.


The documentation for this class was generated from the following file: