string fwFsmTree_addMajorityNode(string node, string type, string op, int threshold, dyn_string states, int or_out_flag, int and_in_flag, int low_threshold = 1)

Add a majority node to an FSM Tree Node

Documentation

Add a majority node to an FSM Tree Node.

Parameres are as in Majority panel

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Parameters:
parent - : The parent name (CU or LU), returned by fwFsmtree_addNode(...)
type - : the Type of objects for which the majority applies
op - : Operation: "more" than n objects or "less" then n objects
threshold - : the number n for the ERROR threshold
states - : the list of bad (if "more") or good (if "less") states.
or_out_flag - : if set if the object is disabled/excluded it counts too.
and_in_flag - : if set if the object is enabled/included it counts too.
low_threshold - : (optional) a WARNING threshold, default = 1.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.