Home Previous Up Next Index

armarx::CheckConfiguration

Overview

struct CheckConfiguration

Used By

ConditionCheckBase::configuration
LiteralImplBase::checkConfig
LiteralImplBase::getCheckConfiguration
ObserverInterface::installCheck

Data Member Index

checkName
checkParameters
dataFieldIdentifier
listener
reportAlways
reportDatafieldValues

Data Members

string checkName;
ParameterList checkParameters;
DataFieldIdentifierBase dataFieldIdentifier;
LiteralImplBase* listener;
bool reportAlways;
bool reportDatafieldValues;

Home Previous Up Next Index