Package org.yamcs.commanding
Class MatchCriteriaVerifier
java.lang.Object
org.yamcs.commanding.MatchCriteriaVerifier
- All Implemented Interfaces:
ParameterProcessor
Verifies commands by checking
MatchCriteria
. It implements the following XTCE verifier types:
- ComparisonList
- BooleanExpression
- Comparison
-
Field Summary
Modifier and TypeFieldDescriptionprotected final CommandVerifier
protected final CommandVerificationHandler
protected final Log
protected ParameterValue
static final String
Imaginary parameter for publishing an optional return value to cmdhist -
Method Summary
Modifier and TypeMethodDescriptiongetStage()
org.yamcs.commanding.Verifier.State
getState()
void
process
(ProcessingData tmData)
-
Field Details
-
YAMCS_PARAMETER_RETURN_VALUE
Imaginary parameter for publishing an optional return value to cmdhist- See Also:
-
log
-
cv
-
cvh
-
returnPv
-
-
Method Details
-
process
- Specified by:
process
in interfaceParameterProcessor
-
getState
public org.yamcs.commanding.Verifier.State getState() -
getStage
-