Module #09.02.05 : Structure error indicators

All PVT documentation can be found under PHIGS Validation Tests - Overview. You may also return to the hierarchical table of topics covered by the PVT. For an explanation of the format of the individual module documentation, please see section 2.5 of the User's Guide.


DESCRIPTION: This module tests that the functions related to structures
set the specified structure error to error indicator if they are executed
in an incorrect condition.

SEMANTIC REQUIREMENTS:


SR1. If functions <inquire conflicting structures in network>,<inquire set of workstations to which posted>,<inquire element type and sizes>,<inquire element content>,<inquire paths to ancestors>,<inquire paths to descendants> are called, and the specified structure does not exist, then the error indicator is set to 201.
#F 214 300 305 306 308 309 310
#D 4.5.1
#S 4.11/109/1 5.12.1/232/1
#T P01/1 P01/2 P01/3 P01/4 P01/5 P01/6 P01/7 P01/8

SR2. If functions <inquire element type and size>,<inquire element content> are called, and the specified element does not exist, then the error indicator is set to 202.
#F 305 306
#D 7.3
#S 4.11/109/1 5.12.1/232/1
#T P02/1 P02/2

SR3. If functions <incremental spatial search 3>,<incremental spatial search> are called, and the specified starting path is not found in CSS, then the error indicator is set to 203.
#F 311 312
#D 4.5
#S 4.11/109/1 5.12.1/232/1
#T P03/1 P03/2 P03/3 P03/4 P03/5 P03/6

SR4. If functions <incremental spatial search 3>,<incremental spatial search> are called, and the specified search ceiling index is out of range, then the error indicator is set to 204.
#F 311 312
#D 4.5
#S 4.11/109/1 5.12.1/232/1
#T P04/1 P04/2

SR5. If functions <inquire paths to ancesters>,<inquire paths to descendants> are called, and the specified path depth is less than zero, then the error indicator is set to 207.
#F 308 309
#D 4.5
#S 4.11/109/1 5.12.1/232/1
#T P05/1 P05/2
LOCAL DICTIONARY:

  Functions ---
  214: pqcstn  <inquire conflicting structures in network>
  300: pqwkpo  <inquire set of workstations to which posted>
  305: pqets   <inquire element type and size>
  306: pqeco   <inquire element content>
  308: pqpan   <inquire paths to ancestors>
  309: pqpde   <inquire paths to descendants>
  310: pels    <element search>
  311: piss3   <incremental spatial search 3>
  312: piss    <incremental spatial search>
 
  Data Structures ---
  4  ...  phigs_state_list
  4.5  ...  list_of_structure_identifiers
  4.5.1  ...  structure_identifier
  7  ...  structure_state_list
  7.3  ...  list_of_structure_elements
 



PROGRAM 1: Error indicator = 201

You may inspect either the design or code for this program.


PROGRAM 2: Error indicator = 202

You may inspect either the design or code for this program.


PROGRAM 3: Error indicator = 203

You may inspect either the design or code for this program.


PROGRAM 4: Error indicator = 204

You may inspect either the design or code for this program.


PROGRAM 5: Error indicator = 207

You may inspect either the design or code for this program.

End of documentation for 09.02.05