Home Previous Up Next Index

armarx::ConditionRootBase

Overview

[ "cpp:virtual" ] class ConditionRootBase extends TermImplBase

A ConditionRoot is the root node of the expression tree. It is only used by the ConditionHandler in order to generate an event in the case the complete expression represented by the tree is true.

Used By

ConditionRegistry
ConditionHandlerInterface::getCondition

Data Member Index

listener
event
description
fired
onlyFireOnce

Data Members

EventListenerInterface* listener;

EventBase event;

string description;

bool fired;

bool onlyFireOnce;


Home Previous Up Next Index