ArgPutd - Put a double floating point item into an argument structure

Function

Put a double floating point item into an argument structure

Description

A double item is written into a named component within the specified argument structure. The component is created if it does not currently exist.

Language

C

Declaration

void ArgPutd(SdsIdType id, const char *name, double value, const StatusType * status)

Parameters

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

>idSdsIdTypeIdentifier to the structure.
>namechar*Name of the component to be written to.
>valuedoubleFloating point value to be written.
!statusStatusType*Modified status. Possible failure codes are:

SDS__NOMEM Insufficient memory for creation
SDS__BADID Invalid Identifier
ARG__NOTSCALAR Item is not a scalar
ARG__CNVERR Type conversion error

Support

Jeremy Bailey, {AAO}

Version date

27-Mar-92

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

 For more information, contact tjf@aao.gov.au