The HBhvConditionSensorActivated class evaluates if a sensor has been activated. More...
#include <HBhvSensor.h>
Public Member Functions | |
HBhvConditionSensorActivated (const char *target, const char *hevent, bool invert, HBhvSensor *sensor) | |
virtual int | SensorActivatedEvent (HBhvSensor *ainst) |
virtual void | Serialize (HUtilityXMLGenerator *xmlgen) |
The HBhvConditionSensorActivated class evaluates if a sensor has been activated.
HBhvConditionSensorActivated::HBhvConditionSensorActivated | ( | const char * | target, |
const char * | hevent, | ||
bool | invert, | ||
HBhvSensor * | sensor | ||
) |
Constructs an HBhvConditionSensorActivated object.
target | The descriptor of the target sensor. You can use HBhvTargetObject::CreateTargetString() to generate this string. |
hevent | The event type. |
invert | Pass 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. |
sensor | A pointer to the HBhvSensor object that this condition belongs to. |
virtual int HBhvConditionSensorActivated::SensorActivatedEvent | ( | HBhvSensor * | ainst | ) | [virtual] |
Called by the event manager if a sensor has been activated. If the sensor that was activated is the target sensor, this condition of this HBhvConditionSensorActivated associated sensor are evaluated.
virtual void HBhvConditionSensorActivated::Serialize | ( | HUtilityXMLGenerator * | xmlgen | ) | [virtual] |
Writes XML data to a buffer.
Reimplemented from HBhvCondition.