|
The SEDRIS Data Representation Model
APPENDIX A - Classes Reference Vector Control Link |
|---|
The specialized <Control Link> used to provide the connection between an ordered aggregation of <Expressions> and the target fields of a <Reference Vector>.
The v0_expr_index field is a 1-based index into the ordered aggregation of <Expressions>, and is used to select the specific <Expression> that controls the unit_vector.vector[0] field of the <Reference Vector>.
The v1_expr_index field is a 1-based index into the ordered aggregation of <Expressions>, and is used to select the specific <Expression> that controls the unit_vector.vector[1] field of the <Reference Vector>.
The v2_expr_index field is a 1-based index into the ordered aggregation of <Expressions>, and is used to select the specific <Expression> that controls the unit_vector.vector[2] field of the <Reference Vector>.
| SE_String | description; | (notes) |
|---|
| SE_Integer_Unsigned | expr_index_v0; | (notes) |
|---|---|---|
| SE_Integer_Unsigned | expr_index_v1; | (notes) |
| SE_Integer_Unsigned | expr_index_v2; | (notes) |
A text description of what the <Control Link> is for
index of the expression whose value controls the unit_vector.vector[0] field of the affected <Reference_Vector>. If 0, this field is not controlled.
index of the expression whose value controls the unit_vector.vector[1] field of the affected <Reference_Vector>. If 0, this field is not controlled.
index of the expression whose value controls the unit_vector.vector[2] field of the affected <Reference_Vector>. If 0, this field is not controlled.
|