Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HBhvConditionSensorAction Class Reference

The HBhvConditionSensorAction class evaluates if the target sensor has performed an action. More...

#include <HBhvSensor.h>

List of all members.

Public Member Functions

 HBhvConditionSensorAction (const char *target, const char *hevent, bool invert, HBhvSensor *sensor)
virtual int SensorActionEvent (const char *action)
virtual void Serialize (HUtilityXMLGenerator *xmlgen)

Detailed Description

The HBhvConditionSensorAction class evaluates if the target sensor has performed an action.


Constructor & Destructor Documentation

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

Constructs an HBhvConditionSensorAction 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 int HBhvConditionSensorAction::SensorActionEvent ( const char *  action) [virtual]

Called by the event manager if a sensor action has been performed. If the sensor that performed the action is this condition's target sensor, then the other conditions of HBhvConditionSensorAction's sensor are evaluated.

virtual void HBhvConditionSensorAction::Serialize ( HUtilityXMLGenerator *  xmlgen) [virtual]

Writes XML data to a buffer.

Reimplemented from HBhvCondition.


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