The Valid_State_Distributed_Vector procedure returns true iff the Distributed_Vector is in a valid state - that is, iff the Distributed_Vector passes all of the valid state tests.
Calling syntax:
Logical = Valid_State(DV) |
Input variables:
DV | The Distributed_Vector to be checked. |
Output variable:
Valid_State | True iff the Distributed_Vector is in a valid state. |
The Valid_State_Distributed_Vector code listing contains additional documentation.