SdsFillArray - Fill out the contents of a structured array.

Function

Fill out the contents of a structured array.

Description

This routine will fill out an array of structures item with the copies of a specified struture.

Language

C

Declaration

void SdsFillArray(SdsIdType array_id, SdsIdType elem_id, StatusType *status)

Parameters

(">" input, "!" modified, "W" workspace, "<" output)

>array_idSdsIdTypeThe identifier to the array of structures object to be filled
>elem_idSdsIdTypeThe identifier to the object, copies of which are to be put into the array of structures.
!statuslong*Modified status. SdsFillArray calls a large number of SDS routines so will return error status values if an error occurs in any of these routines.

Bugs

Due to a missing Sds routine, the resulting structure may have one level too deep.

Prior requirements

None.

Support

Tony Farrell, {AAO}

Version date

226-Sep-96

Click here for the DRAMA home page and here for the AAO home page.

 For more information, contact tony.farrell@mq.edu.au