30 lines
No EOL
1.1 KiB
HTML
30 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>BlockProperty</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>BlockProperty</h3><pre>Defined in file <a href="scoremat.asn.html">scoremat.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCBlockProperty.html">CBlockProperty</a>
|
|
|
|
|
|
BlockProperty ::= SEQUENCE {
|
|
type INTEGER { unassigned (0),
|
|
threshold (1), -- score threshold for heuristics
|
|
minscore (2), -- observed minimum score in CD
|
|
maxscore (3), -- observed maximum score in CD
|
|
meanscore (4), -- observed mean score in CD
|
|
variance (5), -- observed score variance
|
|
name (10), -- just name the block
|
|
is-optional(20), -- block may not have to be used
|
|
other (255) },
|
|
intvalue INTEGER OPTIONAL,
|
|
textvalue VisibleString OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |